]> git.pld-linux.org Git - packages/argus.git/blame - argus.logrotate
- oops, it's 3.7-4 not 3.7.4
[packages/argus.git] / argus.logrotate
CommitLineData
22a840a8 1/var/log/argus/*log {
fa50c27c 2 olddir /var/log/archive/argus
22a840a8 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.656954 seconds and 4 git commands to generate.