diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-04-30 19:07:40 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-04-30 19:07:40 +0200 |
commit | d5bbe8b882e6a0c7d1154cf784fda0e479b865f8 (patch) | |
tree | 4f5a883c504ccf7db27c62585fecda73c24a2992 /httpd.logrotate | |
parent | ad2289539025930128771f245b896a5ab6a20ea8 (diff) |
httpd: sync with rawhide
Diffstat (limited to 'httpd.logrotate')
-rw-r--r-- | httpd.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.logrotate b/httpd.logrotate index 794b9d7..28c9730 100644 --- a/httpd.logrotate +++ b/httpd.logrotate @@ -4,6 +4,6 @@ sharedscripts delaycompress postrotate - /sbin/service httpd reload > /dev/null 2>/dev/null || true + /bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true endscript } |