]> git.pld-linux.org Git - packages/conserver.git/blame_incremental - conserver.logrotate
Verify configuration instead of failing silently.
[packages/conserver.git] / conserver.logrotate
... / ...
CommitLineData
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.053361 seconds and 4 git commands to generate.