diff options
Diffstat (limited to 'abs/core/apache/httpd.service')
-rw-r--r-- | abs/core/apache/httpd.service | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/core/apache/httpd.service b/abs/core/apache/httpd.service index 247e28f..67805ff 100644 --- a/abs/core/apache/httpd.service +++ b/abs/core/apache/httpd.service @@ -3,13 +3,13 @@ Description=Apache Web Server After=network.target remote-fs.target nss-lookup.target [Service] -Type=forking -PIDFile=/run/httpd/httpd.pid -ExecStart=/usr/bin/apachectl start -ExecStop=/usr/bin/apachectl graceful-stop -ExecReload=/usr/bin/apachectl graceful +Type=simple +ExecStart=/usr/bin/httpd -k start -DFOREGROUND +ExecStop=/usr/bin/httpd -k graceful-stop +ExecReload=/usr/bin/httpd -k graceful PrivateTmp=true LimitNOFILE=infinity +KillMode=mixed [Install] WantedBy=multi-user.target |