summaryrefslogtreecommitdiff
path: root/package/lighttpd/lighttpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'package/lighttpd/lighttpd.service')
-rw-r--r--package/lighttpd/lighttpd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/lighttpd/lighttpd.service b/package/lighttpd/lighttpd.service
new file mode 100644
index 000000000..0ca5357f5
--- /dev/null
+++ b/package/lighttpd/lighttpd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Lighttpd Web Server
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/lighttpd-angel -f /etc/lighttpd/lighttpd.conf -D
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target