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