]> git.pld-linux.org Git - packages/exim.git/blob - exim.logrotate
- Patch for template of exim Makefile.
[packages/exim.git] / exim.logrotate
1 /var/log/exim/mainlog {
2     postrotate
3         /usr/bin/killall -HUP exim
4     endscript
5 }
6
7 /var/log/exim/rejectlog {
8     postrotate
9         /usr/bin/killall -HUP exim
10     endscript
11 }
12 /var/log/exim/paniclog {
13     postrotate
14         /usr/bin/killall -HUP exim
15     endscript
16 }
17 /var/log/exim/processlog {
18     postrotate
19         /usr/bin/killall -HUP exim
20     endscript
21 }
This page took 0.032463 seconds and 3 git commands to generate.