]> git.pld-linux.org Git - packages/lighttpd.git/blame - systemd.patch
drop lighttpd name prefix from config files in repo
[packages/lighttpd.git] / systemd.patch
CommitLineData
56af6b8c
ER
1--- lighttpd-1.4.44/doc/systemd/lighttpd.service~ 2016-12-24 07:26:55.000000000 +0200
2+++ lighttpd-1.4.44/doc/systemd/lighttpd.service 2016-12-24 19:29:16.649733870 +0200
3@@ -4,8 +4,9 @@
4
5 [Service]
6 Type=simple
7-ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf
8-ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
9+EnvironmentFile=-/etc/sysconfig/lighttpd
10+ExecStartPre=/usr/sbin/lighttpd-angel -tt -f /etc/lighttpd/lighttpd.conf
11+ExecStart=/usr/sbin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf $HTTPD_OPTS
12 Restart=on-failure
13
14 [Install]
This page took 0.112148 seconds and 4 git commands to generate.