summaryrefslogtreecommitdiff
path: root/zuul/lighttpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'zuul/lighttpd.service')
-rw-r--r--zuul/lighttpd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/zuul/lighttpd.service b/zuul/lighttpd.service
new file mode 100644
index 00000000..2c9d2a19
--- /dev/null
+++ b/zuul/lighttpd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=HTTP server for Mason
+After=network.target
+
+[Service]
+User=root
+ExecStart=/usr/sbin/lighttpd -f /etc/lighttpd.conf
+
+[Install]
+WantedBy=multi-user.target