diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-03-26 16:50:32 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-03-26 16:50:32 (GMT) |
commit | 87ab2e48e4fccf8e1dd90947cc722efdf30b74fa (patch) | |
tree | 73f31d8f7a9578cf19bfaff04694a380245a7c7e /abs/core/apache/httpd.service | |
parent | 1bbca95d90ba691356d8f1b59dfc3f7031048cf9 (diff) | |
download | linhes_pkgbuild-87ab2e48e4fccf8e1dd90947cc722efdf30b74fa.zip linhes_pkgbuild-87ab2e48e4fccf8e1dd90947cc722efdf30b74fa.tar.gz linhes_pkgbuild-87ab2e48e4fccf8e1dd90947cc722efdf30b74fa.tar.bz2 |
apache: update to 2.4.33
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 |