diff --git a/python_apps/airtime_analyzer/airtime-analyzer.logrotate b/python_apps/airtime_analyzer/airtime-analyzer.logrotate deleted file mode 100644 index 76a0bd0ec..000000000 --- a/python_apps/airtime_analyzer/airtime-analyzer.logrotate +++ /dev/null @@ -1,11 +0,0 @@ -/var/log/airtime/airtime_analyzer.log { - compress - rotate 10 - size 1000k - missingok - notifempty - sharedscripts - postrotate - start-stop-daemon --stop --signal USR1 --quiet --pidfile /var/run/airtime/airtime-liquidsoap.pid - endscript -} diff --git a/python_apps/pypo/pypo/airtime-playout.logrotate b/python_apps/pypo/pypo/airtime-playout.logrotate deleted file mode 100644 index 77bbc2c16..000000000 --- a/python_apps/pypo/pypo/airtime-playout.logrotate +++ /dev/null @@ -1,11 +0,0 @@ -/var/log/airtime/pypo/pypo.log { - compress - rotate 10 - size 1000k - missingok - notifempty - sharedscripts - postrotate - start-stop-daemon --stop --signal USR1 --quiet --pidfile /var/run/airtime/airtime-liquidsoap.pid - endscript -}