]> git.pld-linux.org Git - packages/lighttpd.git/blame_incremental - systemd.patch
mod_sockproxy todo
[packages/lighttpd.git] / systemd.patch
... / ...
CommitLineData
1--- lighttpd-1.4.45/doc/systemd/lighttpd.service~ 2017-10-14 19:59:01.000000000 +0300
2+++ lighttpd-1.4.45/doc/systemd/lighttpd.service 2017-10-14 19:59:43.077416066 +0300
3@@ -5,8 +5,9 @@
4 [Service]
5 Type=simple
6 PIDFile=/var/run/lighttpd.pid
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 ExecReload=/bin/kill -USR1 $MAINPID
13 Restart=on-failure
14
This page took 0.047627 seconds and 4 git commands to generate.