fix init script

This commit is contained in:
Nico Suhl 2014-01-10 20:33:51 +01:00
parent 993be4a474
commit d735295cdc
1 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,8 @@
### END INIT INFO
#Author: Andrew Karpow <andy@ndyk.de>
. /lib/lsb/init-functions
PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="ympd Daemon"
NAME=ympd
@ -36,7 +38,7 @@ do_start()
start-stop-daemon --start --background --quiet --pidfile $PIDFILE --make-pidfile \
--exec $DAEMON --test > /dev/null || return 1
start-stop-daemon --start --background --quiet --pidfile $PIDFILE --make-pidfile \
--exec $DAEMON --stdout $LOG_OUT --stderr $LOG_ERR -- $DAEMON_OPT || return 2
--exec $DAEMON -- $DAEMON_OPT || return 2
}
do_stop()