]> git.pld-linux.org Git - packages/argus.git/blob - argus.logrotate
- oops, it's 3.7-4 not 3.7.4
[packages/argus.git] / argus.logrotate
1 /var/log/argus/*log {
2         olddir /var/log/archive/argus
3         weekly
4         rotate 4
5         compress
6         create 660 root argus
7         postrotate
8                 /sbin/service argus restart > /dev/null
9         endscript
10 }
This page took 0.050166 seconds and 3 git commands to generate.