Remove deprecated init script option

This commit is contained in:
2012-01-22 16:05:09 +00:00
parent 05b19e68de
commit 1049f5e708

View File

@@ -11,7 +11,7 @@ start() {
ebegin "Starting ripping-cluster-worker"
start-stop-daemon --start --quiet \
--background --make-pidfile --pidfile ${PID_FILE} \
--chuid ${USER} --user ${USER} \
--user ${USER} \
--exec /usr/bin/php /usr/lib/ripping-cluster/source/worker/ripping-cluster-worker.php
eend $? "Failed to start ripping-cluster-worker"
}