diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-04-20 17:32:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-04-20 17:32:27 +0200 |
commit | 14184dc422b158575b35881d4f46121aa1fb7681 (patch) | |
tree | b6cbafcdcbab0d682588b50700728fd4f197e32f /httpd.service | |
parent | b4c6f6bd66de282d73b9f360d73b6125473ab586 (diff) |
httpd-2.4.2-3: sync with rawhide
Diffstat (limited to 'httpd.service')
-rw-r--r-- | httpd.service | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httpd.service b/httpd.service index fda59d2..c1172b4 100644 --- a/httpd.service +++ b/httpd.service @@ -7,8 +7,7 @@ Type=forking PIDFile=/var/run/httpd/httpd.pid EnvironmentFile=/etc/sysconfig/httpd ExecStart=/usr/sbin/httpd $OPTIONS -ExecReload=/usr/sbin/httpd $OPTIONS -t -ExecReload=/usr/sbin/httpd -HUP $MAINPID +ExecReload=/usr/sbin/httpd $OPTIONS -k graceful ExecStop=/usr/sbin/httpd $OPTIONS -k graceful-stop PrivateTmp=true |