Merge pull request #987 from jeromelebleu/fix-logrotate

Fix postrotate command of airtime-liquidsoap
This commit is contained in:
Kyle Robbertze 2020-04-18 10:53:52 +02:00 committed by GitHub
commit 7a090e1bab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}