Date: Thursday, February 11, 2016 @ 06:36:58
  Author: heftig
Revision: 259056

httpd.logrotate: Avoid repeatedly reloading apache

Modified:
  apache/trunk/httpd.logrotate

-----------------+
 httpd.logrotate |    1 +
 1 file changed, 1 insertion(+)

Modified: httpd.logrotate
===================================================================
--- httpd.logrotate     2016-02-11 04:57:42 UTC (rev 259055)
+++ httpd.logrotate     2016-02-11 05:36:58 UTC (rev 259056)
@@ -1,5 +1,6 @@
 /var/log/httpd/*log {
    missingok
+   sharedscripts
    postrotate
       /usr/bin/systemctl reload httpd.service 2>/dev/null || true
    endscript

Reply via email to