From 13d0440ac5799953d92f34a9191d3894b71802d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sun, 18 Dec 2011 14:36:35 +0000 Subject: [doc] add systemd lighttpd.service file git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2818 152afb58-edef-0310-8abb-c4023f1b3aa9 --- doc/systemd/lighttpd.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/systemd/lighttpd.service (limited to 'doc') diff --git a/doc/systemd/lighttpd.service b/doc/systemd/lighttpd.service new file mode 100644 index 00000000..7f4a6116 --- /dev/null +++ b/doc/systemd/lighttpd.service @@ -0,0 +1,10 @@ +[Unit] +Description=Lighttpd Daemon +After=network.target + +[Service] +ExecStartPre=/usr/sbin/lighttpd -t -f /etc/lighttpd/lighttpd.conf +ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf + +[Install] +WantedBy=multi-user.target -- cgit v1.2.1