mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
Fix shutdown on init.d scripts
This commit is contained in:
2
debian/init.d
vendored
2
debian/init.d
vendored
@@ -36,7 +36,7 @@ case "$1" in
|
||||
#start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \
|
||||
# --exec $DAEMON
|
||||
# XXX FIXME This shouldn't be a killall!
|
||||
killall mt-daapd || true
|
||||
killall -INT mt-daapd || true
|
||||
echo "$NAME."
|
||||
;;
|
||||
#reload)
|
||||
|
||||
Reference in New Issue
Block a user