Merge branch 'thinred-fix-sysv-service'
This commit is contained in:
commit
fd8067be94
|
@ -20,7 +20,7 @@ NAME=nghttpx
|
||||||
# Depending on the configuration, binary may be located under @sbindir@
|
# Depending on the configuration, binary may be located under @sbindir@
|
||||||
DAEMON=@bindir@/$NAME
|
DAEMON=@bindir@/$NAME
|
||||||
PIDFILE=/var/run/$NAME.pid
|
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
|
SCRIPTNAME=/etc/init.d/$NAME
|
||||||
|
|
||||||
# Exit if the package is not installed
|
# Exit if the package is not installed
|
||||||
|
|
Loading…
Reference in New Issue