diff options
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 |