[packages/lighttpd] the systemd service file actually added

jajcus jajcus at pld-linux.org
Sun Nov 11 12:26:18 CET 2012


commit b4a3acf23fb992d9e8fb7a3bb5a415bc535c1f9b
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sun Nov 11 12:26:05 2012 +0100

    the systemd service file actually added

 lighttpd.service | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/lighttpd.service b/lighttpd.service
new file mode 100644
index 0000000..6f4dce9
--- /dev/null
+++ b/lighttpd.service
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/b4a3acf23fb992d9e8fb7a3bb5a415bc535c1f9b



More information about the pld-cvs-commit mailing list