summaryrefslogtreecommitdiffstats
path: root/abs/core/apache/httpd.logrotate
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-26 16:50:32 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-26 16:50:32 (GMT)
commit87ab2e48e4fccf8e1dd90947cc722efdf30b74fa (patch)
tree73f31d8f7a9578cf19bfaff04694a380245a7c7e /abs/core/apache/httpd.logrotate
parent1bbca95d90ba691356d8f1b59dfc3f7031048cf9 (diff)
downloadlinhes_pkgbuild-87ab2e48e4fccf8e1dd90947cc722efdf30b74fa.zip
linhes_pkgbuild-87ab2e48e4fccf8e1dd90947cc722efdf30b74fa.tar.gz
linhes_pkgbuild-87ab2e48e4fccf8e1dd90947cc722efdf30b74fa.tar.bz2
apache: update to 2.4.33
Diffstat (limited to 'abs/core/apache/httpd.logrotate')
-rw-r--r--abs/core/apache/httpd.logrotate3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/apache/httpd.logrotate b/abs/core/apache/httpd.logrotate
index c9755de..02eb326 100644
--- a/abs/core/apache/httpd.logrotate
+++ b/abs/core/apache/httpd.logrotate
@@ -1,6 +1,7 @@
/var/log/httpd/*log {
missingok
+ sharedscripts
postrotate
- /bin/kill -HUP `cat /run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
+ /usr/bin/systemctl reload httpd.service 2>/dev/null || true
endscript
}