summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--units/lighttpd-git.service (renamed from units/lighttpd.service)2
-rw-r--r--units/lighttpd-morph-cache.service7
2 files changed, 8 insertions, 1 deletions
diff --git a/units/lighttpd.service b/units/lighttpd-git.service
index 589a595..b2f6315 100644
--- a/units/lighttpd.service
+++ b/units/lighttpd-git.service
@@ -3,5 +3,5 @@ Description=Lighttpd Web Server
After=network.target
[Service]
-ExecStart=/usr/sbin/lighttpd -f /etc/lighttpd.conf -D
+ExecStart=/usr/sbin/lighttpd -f /etc/lighttpd/git-httpd.conf -D
Restart=always
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