summarylogtreecommitdiffstats
path: root/lighttpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'lighttpd.service')
-rw-r--r--lighttpd.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/lighttpd.service b/lighttpd.service
new file mode 100644
index 000000000000..89ed7861e822
--- /dev/null
+++ b/lighttpd.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Lighttpd Web Server
+After=syslog.target network.target
+
+[Service]
+PrivateTmp=true
+ExecStart=/usr/bin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf
+ExecReload=/bin/kill -HUP $MAINPID
+KillSignal=SIGINT
+
+[Install]
+WantedBy=multi-user.target