Magellan Linux

Contents of /trunk/apache2/apache2.logrotate

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1929 - (show annotations) (download)
Wed Oct 31 11:34:05 2012 UTC (11 years, 5 months ago) by niro
File size: 203 byte(s)
-improved config and added systemd support
1 #
2 # Apache2 logrotate config file
3 #
4
5 /var/log/apache2/*log {
6 missingok
7 notifempty
8 sharedscripts
9 delaycompress
10 postrotate
11 /bin/systemctl reload apache2.service >/dev/null 2> /dev/null
12 endscript
13 }