]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
the systemd service file actually added
authorJacek Konieczny <jajcus@jajcus.net>
Sun, 11 Nov 2012 11:26:05 +0000 (12:26 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sun, 11 Nov 2012 11:26:05 +0000 (12:26 +0100)
lighttpd.service [new file with mode: 0644]

diff --git a/lighttpd.service b/lighttpd.service
new file mode 100644 (file)
index 0000000..6f4dce9
--- /dev/null
@@ -0,0 +1,12 @@
+[Unit]
+Description=Lighttpd Daemon
+After=network.target
+
+[Service]
+EnvironmentFile=-/etc/sysconfig/lighttpd
+ExecStartPre=/usr/sbin/lighttpd-angel -t -f /etc/lighttpd/lighttpd.conf
+ExecStart=/usr/sbin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf $HTTPD_OPTS
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target
This page took 0.141036 seconds and 4 git commands to generate.