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