]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
add systemd.patch AC-branch auto/ac/lighttpd-1.4.44-1 auto/th/lighttpd-1.4.44-1
authorElan Ruusamäe <glen@delfi.ee>
Sat, 24 Dec 2016 17:55:48 +0000 (19:55 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 24 Dec 2016 17:55:48 +0000 (19:55 +0200)
forgotten from 4330480

systemd.patch [new file with mode: 0644]

diff --git a/systemd.patch b/systemd.patch
new file mode 100644 (file)
index 0000000..ee198dc
--- /dev/null
@@ -0,0 +1,14 @@
+--- lighttpd-1.4.44/doc/systemd/lighttpd.service~      2016-12-24 07:26:55.000000000 +0200
++++ lighttpd-1.4.44/doc/systemd/lighttpd.service       2016-12-24 19:29:16.649733870 +0200
+@@ -4,8 +4,9 @@
+ [Service]
+ Type=simple
+-ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf
+-ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
++EnvironmentFile=-/etc/sysconfig/lighttpd
++ExecStartPre=/usr/sbin/lighttpd-angel -tt -f /etc/lighttpd/lighttpd.conf
++ExecStart=/usr/sbin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf $HTTPD_OPTS
+ Restart=on-failure
+ [Install]
This page took 0.269916 seconds and 4 git commands to generate.