summaryrefslogtreecommitdiffstats
path: root/httpd.service
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-09 10:58:17 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-09 10:58:17 +0200
commite26c4bfaba5c888e3fe9a227c6ee805c4e3379f1 (patch)
tree0faf8862537e5ac89b1a851758c72617a2dd4767 /httpd.service
parenta0b7d94015d8356e3d8b0a6f35877578512e0f5b (diff)
httpd: sync with rawhide, backport for remi-dev
Diffstat (limited to 'httpd.service')
-rw-r--r--httpd.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/httpd.service b/httpd.service
index c1172b4..0e9f0c0 100644
--- a/httpd.service
+++ b/httpd.service
@@ -1,10 +1,10 @@
[Unit]
Description=The Apache HTTP Server
-After=syslog.target network.target remote-fs.target nss-lookup.target
+After=network.target remote-fs.target nss-lookup.target
[Service]
Type=forking
-PIDFile=/var/run/httpd/httpd.pid
+PIDFile=/run/httpd/httpd.pid
EnvironmentFile=/etc/sysconfig/httpd
ExecStart=/usr/sbin/httpd $OPTIONS
ExecReload=/usr/sbin/httpd $OPTIONS -k graceful