]> git.pld-linux.org Git - packages/conserver.git/blob - conserver.logrotate
- oops, it's 3.7-4 not 3.7.4
[packages/conserver.git] / conserver.logrotate
1 /var/log/conserver {
2     olddir /var/log/archive
3     postrotate
4         /bin/killall -HUP conserver
5     endscript
6 }
7
8 /var/log/conserver.d/* {
9     olddir /var/log/archive/conserver.d
10     postrotate
11         /bin/killall -HUP conserver
12     endscript
13 }
This page took 0.024902 seconds and 3 git commands to generate.