Codebase list squeezelite / dcec31e
Correct init script (use --exec instead of --daemon) Chris Boot 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
7878 # 2 if daemon could not be stopped
7979 # other if a failure occurred
8080 start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 \
81 --pidfile $PIDFILE --daemon $DAEMON
81 --pidfile $PIDFILE --exec $DAEMON
8282 }
8383
8484 case "$1" in