sintonia/legacy/build/airtime-php.logrotate
2021-10-11 13:43:25 +02:00

11 lines
181 B
Text

/var/log/airtime/zendphp.log {
compress
rotate 10
size 1000k
missingok
notifempty
sharedscripts
postrotate
chown www-data:www-data /var/log/airtime/
endscript
}