Magellan Linux

Annotation of /trunk/apache2/apache2.logrotate

Parent Directory Parent Directory | Revision Log Revision Log


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