pentoo-overlay/net-analyzer/ifchk/files/ifchkboot.logrotated
2019-05-11 07:56:09 +03:00

11 lines
160 B
Text

/var/log/ifchk.* {
compress
daily
rotate 4
notifempty
missingok
nocreate
postrotate
/etc/init.d/ifchkboot reload > /dev/null 2>&1 || true
endscript
}