summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2011-12-18 14:36:35 +0000
committerStefan Bühler <stbuehler@web.de>2011-12-18 14:36:35 +0000
commit13d0440ac5799953d92f34a9191d3894b71802d4 (patch)
tree8304194e53566f15aab86a71219db16c2b916e33 /doc
parentd83b009d542550aec1f566fc861e16065467ef98 (diff)
downloadlighttpd-git-13d0440ac5799953d92f34a9191d3894b71802d4.tar.gz
[doc] add systemd lighttpd.service filelighttpd-1.4.30
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2818 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'doc')
-rw-r--r--doc/systemd/lighttpd.service10
1 files changed, 10 insertions, 0 deletions
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