Changes of Revision 11
[-] [+] | Changed | mod_gearman-worker-suse.init |
@@ -99,7 +99,7 @@ echo -n "Starting mod_gearman_worker " ## Start daemon with startproc(8). If this fails ## the return value is set appropriately by startproc. - /sbin/startproc -u ${USERID} $mod_gearman_worker_BIN -- -d --config=${CONFIG} --pidfile=${PIDFILE} + /sbin/startproc -u ${USERID} $mod_gearman_worker_BIN -d --config=${CONFIG} --pidfile=${PIDFILE} # Remember status and be verbose rc_status -v |