Merge branch 'thinred-fix-sysv-service'

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-12 02:35:12 +09:00
commit fd8067be94
1 changed files with 1 additions and 1 deletions

2
contrib/nghttpx-init.in Normal file → Executable file
View File

@ -20,7 +20,7 @@ NAME=nghttpx
# Depending on the configuration, binary may be located under @sbindir@
DAEMON=@bindir@/$NAME
PIDFILE=/var/run/$NAME.pid
DAEMON_ARGS="--conf /etc/nghttpx/nghttpx.conf --pid-file=$PIDFILE"
DAEMON_ARGS="--conf /etc/nghttpx/nghttpx.conf --pid-file=$PIDFILE --daemon"
SCRIPTNAME=/etc/init.d/$NAME
# Exit if the package is not installed