From 755970ac7c85a24af1a7e736a62c01dd18f7f1c8 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 27 Apr 2009 19:43:38 +0200 Subject: cherokee: fix init script, daemonize is '-d', not '-b' * runtime tested on sheevaplug/angstrom --- recipes/cherokee/files/cherokee.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/cherokee/files') diff --git a/recipes/cherokee/files/cherokee.init b/recipes/cherokee/files/cherokee.init index ea1263aff5..93603b84db 100644 --- a/recipes/cherokee/files/cherokee.init +++ b/recipes/cherokee/files/cherokee.init @@ -12,7 +12,7 @@ test ! -r "$CONFIG" && exit 0 case "$1" in start) echo "Starting $DESC: " - start-stop-daemon --oknodo -S -x $DAEMON -- -b -C $CONFIG + start-stop-daemon --oknodo -S -x $DAEMON -- -d -C $CONFIG ;; stop) -- cgit v1.2.3