From 3b0161527e6c90b48422f6e873a606534d769e9f Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 4 Feb 2014 15:53:51 +0000 Subject: Reconfigure lighttpd systemd units --- units/lighttpd-morph-cache.service | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 units/lighttpd-morph-cache.service (limited to 'units/lighttpd-morph-cache.service') 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 -- cgit v1.2.1