mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
15 lines
170 B
Text
15 lines
170 B
Text
/var/log/dansguardian/*.log {
|
|
rotate 4
|
|
weekly
|
|
missingok
|
|
notifempty
|
|
nocreate
|
|
nocopy
|
|
nocopytruncate
|
|
compress
|
|
|
|
postrotate
|
|
/usr/sbin/dansguardian -r
|
|
endscript
|
|
}
|
|
|