Files

12 lines
198 B
Plaintext
Raw Permalink Normal View History

# /etc/logrotate.d/librenms
2018-02-07 20:44:17 +01:00
/opt/librenms/logs/*log {
su librenms librenms
weekly
rotate 6
compress
delaycompress
missingok
notifempty
2018-02-07 20:44:17 +01:00
create 664 librenms librenms
}