blob: 8f5f1de2f9a7a83127d408ff7334b469a6f7042e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/var/log/conntrackd-stats.log {
compress
dateext
notifempty
missingok
nocreate
weekly
rotate 2
copytruncate
postrotate
/etc/init.d/conntrackd --quiet --ifstarted restart || true
endscript
}
|