]> git.pld-linux.org Git - packages/exim-lite.git/blame - exim.logrotate
- Change ownership of logfiles created after rotation to exim.exim.
[packages/exim-lite.git] / exim.logrotate
CommitLineData
d2d03ad6 1/var/log/exim/main.log {
efd2faef 2 create 640 exim exim
cdaabff3 3 postrotate
4 /usr/bin/killall -HUP exim
5 endscript
6}
7
d2d03ad6 8/var/log/exim/reject.log {
efd2faef 9 create 640 exim exim
cdaabff3 10 postrotate
11 /usr/bin/killall -HUP exim
12 endscript
13}
d2d03ad6 14/var/log/exim/panic.log {
efd2faef 15 create 640 exim exim
cdaabff3 16 postrotate
17 /usr/bin/killall -HUP exim
18 endscript
19}
d2d03ad6 20/var/log/exim/process.log {
efd2faef 21 create 640 exim exim
cdaabff3 22 postrotate
23 /usr/bin/killall -HUP exim
24 endscript
25}
This page took 0.145387 seconds and 4 git commands to generate.