]> git.pld-linux.org Git - packages/conserver.git/blob - conserver.logrotate
- add some configuration files
[packages/conserver.git] / conserver.logrotate
1 /var/log/conserver {
2     olddir /var/log/archiv
3     postrotate
4         /bin/killall -HUP conserver
5     endscript
6 }
7
8 /var/log/conserver.d/* {
9     olddir /var/log/archiv/conserver.d
10     postrotate
11         /bin/killall -HUP conserver
12     endscript
13 }
This page took 0.045321 seconds and 3 git commands to generate.