]> git.sev.monster Git - aports.git/blob - testing/exim-openldap/exim.logrotate
exim-openldap: new package
[aports.git] / testing / exim-openldap / exim.logrotate
1 /var/log/exim/*log {
2         daily
3         missingok
4         rotate 28
5         compress
6         delaycompress
7         notifempty
8         create 640 exim mail
9         sharedscripts
10         postrotate
11                 /etc/init.d/exim --quiet --ifstarted reload
12         endscript
13 }
This page took 0.032286 seconds and 4 git commands to generate.