summaryrefslogtreecommitdiff
path: root/packages/cherokee/files
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-11-19 03:00:47 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-11-19 03:00:47 +0000
commitf60ce32970ac23a2e1d11b00f9fad7a2b3b13954 (patch)
tree2775510fdd8ab701aa367c0feab9288e5577e6a4 /packages/cherokee/files
parent844fd7ae1c517808c011e3c88907890b2c3a3d6f (diff)
cherokee: In the init script pass the config file as a parameter. This
currently matches the default so makes no actual difference. However in the case where you want to run multiple instances of cherokee it makes it clear how you specify an alternate configuration file.
Diffstat (limited to 'packages/cherokee/files')
-rw-r--r--packages/cherokee/files/cherokee.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cherokee/files/cherokee.init b/packages/cherokee/files/cherokee.init
index 0ea0fd3a99..ea1263aff5 100644
--- a/packages/cherokee/files/cherokee.init
+++ b/packages/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
+ start-stop-daemon --oknodo -S -x $DAEMON -- -b -C $CONFIG
;;
stop)