Merge pull request #987 from jeromelebleu/fix-logrotate
Fix postrotate command of airtime-liquidsoap
This commit is contained in:
commit
7a090e1bab
|
@ -6,6 +6,6 @@
|
||||||
notifempty
|
notifempty
|
||||||
sharedscripts
|
sharedscripts
|
||||||
postrotate
|
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
|
endscript
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue