add wait timer before liquidsoap is shutdown

This commit is contained in:
Martin Konecny 2013-03-22 14:04:50 -04:00
parent ffe06ea2a0
commit 19753429dc
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ stop () {
# Send TERM after 5 seconds, wait at most 30 seconds.
start-stop-daemon --stop --oknodo --retry=TERM/10/KILL/5 --quiet --pidfile $PIDFILE
rm -f $PIDFILE
sleep 4
}
start_no_monit() {