summarylogtreecommitdiffstats
path: root/httpd.service
diff options
context:
space:
mode:
authorJanusz Lewandowski2015-06-24 11:44:16 +0200
committerJanusz Lewandowski2015-06-24 11:44:16 +0200
commit751b13a01cc68f8edc16519ae19f37bfa6d97b12 (patch)
tree542fcf23fb130da1c93d6c140febdd7445caa511 /httpd.service
downloadaur-751b13a01cc68f8edc16519ae19f37bfa6d97b12.tar.gz
Apache 2.5 from Git, with all systemd features enabled.
Diffstat (limited to 'httpd.service')
-rw-r--r--httpd.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/httpd.service b/httpd.service
new file mode 100644
index 000000000000..1b780655b339
--- /dev/null
+++ b/httpd.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Apache 2.5 Web Server
+After=network.target remote-fs.target nss-lookup.target httpd.socket
+Requires=httpd.socket
+
+[Service]
+Type=notify
+User=http
+ExecStart=/usr/bin/httpd -DFOREGROUND
+PrivateTmp=true
+LimitNOFILE=infinity
+
+[Install]
+WantedBy=multi-user.target