diff options
Diffstat (limited to 'httpd.service')
| -rw-r--r-- | httpd.service | 4 | 
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  | 
