]> git.pld-linux.org Git - packages/exim.git/blob - exim.logrotate
- Updated to match exim configuration.
[packages/exim.git] / exim.logrotate
1 /var/log/exim/main.log {
2     postrotate
3         /usr/bin/killall -HUP exim
4     endscript
5 }
6
7 /var/log/exim/reject.log {
8     postrotate
9         /usr/bin/killall -HUP exim
10     endscript
11 }
12 /var/log/exim/panic.log {
13     postrotate
14         /usr/bin/killall -HUP exim
15     endscript
16 }
17 /var/log/exim/process.log {
18     postrotate
19         /usr/bin/killall -HUP exim
20     endscript
21 }
This page took 0.03421 seconds and 4 git commands to generate.