diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-10-05 18:48:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-10-05 18:48:49 +0200 |
commit | 3aad8e0ac5256cafbdaeaa17653e700ba8ead0a9 (patch) | |
tree | 56a2c98235930abcc0d94f1261b6d2ee2b15f55b /httpd.service | |
parent | a28d244176270bc2881b6d48f9c41d3cb73108e4 (diff) |
httpd: sync with rawhide
Diffstat (limited to 'httpd.service')
-rw-r--r-- | httpd.service | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/httpd.service b/httpd.service index 0e9f0c0..b176a92 100644 --- a/httpd.service +++ b/httpd.service @@ -3,10 +3,9 @@ Description=The Apache HTTP Server After=network.target remote-fs.target nss-lookup.target [Service] -Type=forking -PIDFile=/run/httpd/httpd.pid +Type=notify EnvironmentFile=/etc/sysconfig/httpd -ExecStart=/usr/sbin/httpd $OPTIONS +ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND ExecReload=/usr/sbin/httpd $OPTIONS -k graceful ExecStop=/usr/sbin/httpd $OPTIONS -k graceful-stop PrivateTmp=true |