git » apache.git » main » tree

[main] / httpd.logrotate

1
2
3
4
5
6
7
/var/log/httpd/*log {
   missingok
   sharedscripts
   postrotate
      /usr/bin/systemctl reload httpd.service 2>/dev/null || true
   endscript
}