mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 03:47:16 +02:00
14 lines
203 B
Text
14 lines
203 B
Text
/var/log/conntrackd-stats.log {
|
|
compress
|
|
dateext
|
|
notifempty
|
|
missingok
|
|
nocreate
|
|
weekly
|
|
rotate 2
|
|
copytruncate
|
|
|
|
postrotate
|
|
/etc/init.d/conntrackd --quiet --ifstarted restart || true
|
|
endscript
|
|
}
|