diff --git a/lighttpd.service b/lighttpd.service index 86429cb413b802455f564cfb4e5f02090648ce02..3e563cd59134b3eb3e3e02b8552a04e97338d976 100644 --- a/lighttpd.service +++ b/lighttpd.service @@ -3,7 +3,7 @@ Description=Lightning Fast Webserver With Light System Requirements After=syslog.target network.target [Service] -PIDFile=/run/lighttpd.pid +PIDFile=/var/run/lighttpd.pid EnvironmentFile=-/etc/sysconfig/lighttpd ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf ExecReload=/bin/kill -USR1 $MAINPID diff --git a/lighttpd.spec b/lighttpd.spec index 3e6892eae9ae92b8d73112c2c70ca7ebceea2df7..0f7bc31b9e4e9a907dc6e3632c1bcd03628ffabb 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -20,7 +20,7 @@ Summary: Lightning fast webserver with light system requirements Name: lighttpd Version: 1.4.63 -Release: 2 +Release: 3 License: BSD-3-Clause and OML and GPLv3 and GPLv2 URL: https://github.com/lighttpd/lighttpd1.4 Source0: https://github.com/lighttpd/lighttpd1.4/archive/lighttpd-1.4.63.tar.gz @@ -258,6 +258,9 @@ fi %attr(0700, lighttpd, lighttpd) %dir %{webroot}/ %changelog +* Sat Feb 19 2022 baizhonggui - 1.4.63-3 +- Fix excuting systemctl start lighttpd.service failed + * Fri Jan 14 2022 yaoxin - 1.4.63-2 - Fix CVE-2022-22707