mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-22 16:23:57 +01:00
11 lines
160 B
Text
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
|
|
}
|