[lighttpd] service file fix.

Jon Ciesla limb at fedoraproject.org
Tue Apr 17 15:34:25 UTC 2012


commit 841bb5205a80fa8fbc87e4159aa388bbfe2715ee
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Apr 17 10:34:14 2012 -0500

    service file fix.

 lighttpd.service |    3 +--
 lighttpd.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/lighttpd.service b/lighttpd.service
index 96f5823..1f6fa46 100644
--- a/lighttpd.service
+++ b/lighttpd.service
@@ -3,10 +3,9 @@ Description=Lightning Fast Webserver With Light System Requirements
 After=syslog.target network.target
 
 [Service]
-Type=forking
 PIDFile=/var/run/lighttpd.pid
 EnvironmentFile=-/etc/sysconfig/lighttpd
-ExecStart=/usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
+ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
 
 [Install]
 WantedBy=multi-user.target
diff --git a/lighttpd.spec b/lighttpd.spec
index a98280f..0f52dfe 100644
--- a/lighttpd.spec
+++ b/lighttpd.spec
@@ -55,7 +55,7 @@
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
 Version: 1.4.30
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -332,6 +332,9 @@ fi
 
 
 %changelog
+* Tue Apr 17 2012 Jon Ciesla <limburgher at gmail.com> - 1.4.30-2
+- service file patch per BZ 720210.
+
 * Mon Mar 26 2012 Matthias Saou <matthias at saou.eu> 1.4.30-1
 - Update to 1.4.30 (#768903).
 - Update mod_geoip patch.


More information about the scm-commits mailing list