diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-11-19 03:00:47 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-11-19 03:00:47 +0000 |
commit | f60ce32970ac23a2e1d11b00f9fad7a2b3b13954 (patch) | |
tree | 2775510fdd8ab701aa367c0feab9288e5577e6a4 /packages/cherokee/files/cherokee.init | |
parent | 844fd7ae1c517808c011e3c88907890b2c3a3d6f (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/cherokee.init')
-rw-r--r-- | packages/cherokee/files/cherokee.init | 2 |
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) |