mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
debian changes for 0.2.1
This commit is contained in:
6
debian/init.d
vendored
6
debian/init.d
vendored
@@ -33,10 +33,8 @@ case "$1" in
|
||||
;;
|
||||
stop)
|
||||
echo -n "Stopping $DESC: "
|
||||
#start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \
|
||||
# --exec $DAEMON
|
||||
# XXX FIXME This shouldn't be a killall!
|
||||
killall -INT mt-daapd || true
|
||||
start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \
|
||||
--signal 2
|
||||
echo "$NAME."
|
||||
;;
|
||||
#reload)
|
||||
|
||||
Reference in New Issue
Block a user