iptraf-ng/SOURCES/iptraf-ng-logrotate.conf

10 lines
138 B
Plaintext
Raw Normal View History

2022-05-17 10:39:02 +00:00
# Logrotate file for iptraf
/var/log/iptraf-ng/*.log {
compress
delaycompress
missingok
notifempty
rotate 4
create 0600 root root
}