]> git.pld-linux.org Git - packages/lighttpd.git/blob - systemd.patch
- fix mod_deflate obsoletes
[packages/lighttpd.git] / systemd.patch
1 --- lighttpd-1.4.55/doc/systemd/lighttpd.service~       2020-02-01 04:49:09.000000000 +0200
2 +++ lighttpd-1.4.55/doc/systemd/lighttpd.service        2020-02-01 14:28:00.972414996 +0200
3 @@ -5,8 +5,9 @@
4  [Service]
5  Type=simple
6  PIDFile=/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.033032 seconds and 3 git commands to generate.