path: courier-authlib_0.72.6-4/debian/courier-authdaemon.init do_stop_cmd_override() { if ! pidofproc ${PIDFILE:+-p ${PIDFILE}} "$DAEMON" >/dev/null; then # If the service is not currently running, a call to stop should # indicate success. path: courier-authlib_0.72.6-4/debian/courier-authdaemon.init do_start_cmd_override() { if pidofproc ${PIDFILE:+-p ${PIDFILE}} "$DAEMON" >/dev/null; then # A subsequent call to start the service must not return an error, # if it is already running.