Fix postrotate command of airtime-liquidsoap

This commit is contained in:
Jérôme Lebleu 2020-03-25 17:55:22 +01:00
parent 6ac31f3a15
commit a8194e95ea
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
notifempty
sharedscripts
postrotate
start-stop-daemon --stop --signal USR1 --quiet --pidfile /var/run/airtime/airtime-liquidsoap.pid
systemctl kill --signal=SIGUSR1 airtime-liquidsoap >/dev/null 2>&1 || true
endscript
}