diff --git a/python_apps/airtime_analyzer/airtime-analyzer.logrotate b/python_apps/airtime_analyzer/airtime-analyzer.logrotate new file mode 100644 index 000000000..76a0bd0ec --- /dev/null +++ b/python_apps/airtime_analyzer/airtime-analyzer.logrotate @@ -0,0 +1,11 @@ +/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 new file mode 100644 index 000000000..77bbc2c16 --- /dev/null +++ b/python_apps/pypo/pypo/airtime-playout.logrotate @@ -0,0 +1,11 @@ +/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 +}