]> git.pld-linux.org Git - packages/dansguardian.git/blob - dansguardian.logrotate
- rm BR clamav-devel
[packages/dansguardian.git] / dansguardian.logrotate
1 /var/log/dansguardian/*.log {
2         rotate 4
3         weekly
4         missingok
5         notifempty
6         nocreate
7         nocopy
8         nocopytruncate
9         compress
10
11         postrotate
12                 /usr/sbin/dansguardian -r
13         endscript
14 }
This page took 0.050245 seconds and 3 git commands to generate.