From a8194e95eadf887b7be91d549fbb9a037e70fe8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Wed, 25 Mar 2020 17:55:22 +0100 Subject: [PATCH] Fix postrotate command of airtime-liquidsoap --- python_apps/pypo/liquidsoap/airtime-liquidsoap.logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/pypo/liquidsoap/airtime-liquidsoap.logrotate b/python_apps/pypo/liquidsoap/airtime-liquidsoap.logrotate index c08f5491c..fd340722b 100644 --- a/python_apps/pypo/liquidsoap/airtime-liquidsoap.logrotate +++ b/python_apps/pypo/liquidsoap/airtime-liquidsoap.logrotate @@ -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 }