From c0d8747b21880270c847554b3b5182d2374bfd35 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 19 Jun 2011 22:48:45 +0100 Subject: [PATCH] Update init script to background the worker process --- build/ripping-cluster-worker.init-gentoo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ripping-cluster-worker.init-gentoo b/build/ripping-cluster-worker.init-gentoo index 27f5d00..0abdb95 100644 --- a/build/ripping-cluster-worker.init-gentoo +++ b/build/ripping-cluster-worker.init-gentoo @@ -12,7 +12,7 @@ depend() { start() { ebegin "Starting ripping-cluster-worker" start-stop-daemon --start --quiet \ - --pidfile ${PID_FILE} \ + --background --make-pidfile --pidfile ${PID_FILE} \ --exec /usr/bin/php /usr/lib/ripping-cluster/worker/ripping-cluster-worker.php eend $? "Failed to start ripping-cluster-worker" }