]> git.pld-linux.org Git - packages/argus.git/blob - argus.logrotate
- logrotate 3.8.0 requires "su" option for non-root writable dirs
[packages/argus.git] / argus.logrotate
1 /var/log/argus/*log {
2         su root argus
3         olddir /var/log/archive/argus
4         compress
5         create 660 root argus
6         postrotate
7                 /sbin/service argus restart > /dev/null
8         endscript
9 }
This page took 0.045935 seconds and 3 git commands to generate.