summaryrefslogtreecommitdiff
path: root/units/lighttpd-morph-cache.service
diff options
context:
space:
mode:
Diffstat (limited to 'units/lighttpd-morph-cache.service')
-rw-r--r--units/lighttpd-morph-cache.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/units/lighttpd-morph-cache.service b/units/lighttpd-morph-cache.service
new file mode 100644
index 0000000..cedd071
--- /dev/null
+++ b/units/lighttpd-morph-cache.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=Lighttpd Web Server
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/lighttpd -f /etc/lighttpd/morph-cache-httpd.conf -D
+Restart=always