15 lines
195 B
Plaintext
15 lines
195 B
Plaintext
|
/var/log/conntrackd-stats.log {
|
||
|
compress
|
||
|
dateext
|
||
|
notifempty
|
||
|
missingok
|
||
|
nocreate
|
||
|
weekly
|
||
|
rotate 2
|
||
|
copytruncate
|
||
|
|
||
|
postrotate
|
||
|
/usr/sbin/rcconntrackd try-restart >/dev/null 2>&1
|
||
|
endscript
|
||
|
}
|