summaryrefslogtreecommitdiff
path: root/extra/lighttpd/lighttpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lighttpd/lighttpd.service')
-rw-r--r--extra/lighttpd/lighttpd.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/lighttpd/lighttpd.service b/extra/lighttpd/lighttpd.service
new file mode 100644
index 000000000..b80db7695
--- /dev/null
+++ b/extra/lighttpd/lighttpd.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=A secure, fast, compliant and very flexible web-server
+After=syslog.target network.target
+
+[Service]
+PrivateTmp=true
+ExecStart=/usr/sbin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf
+ExecReload=/bin/kill -HUP $MAINPID
+KillSignal=SIGINT
+
+[Install]
+WantedBy=multi-user.target