aboutsummaryrefslogtreecommitdiffstats
path: root/testing/apache/apache2.logrotate
blob: 1264341468e0e5f325968fdc87a5de1b94912bdb (plain)
1
2
3
4
5
6
7
/var/log/apache2/*log {
   postrotate
      if /etc/init.d/apache2 status; then
 	/etc/init.d/apache2 reload --quiet || true
      fi
   endscript
}