]> git.pld-linux.org Git - packages/lighttpd.git/blame - systemd.patch
add mod_vhostdb_pgsql build
[packages/lighttpd.git] / systemd.patch
CommitLineData
b1fb5833
ER
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 @@
56af6b8c
ER
4 [Service]
5 Type=simple
b1fb5833 6 PIDFile=/var/run/lighttpd.pid
56af6b8c
ER
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
b1fb5833 12 ExecReload=/bin/kill -USR1 $MAINPID
56af6b8c
ER
13 Restart=on-failure
14
This page took 0.062064 seconds and 4 git commands to generate.