[php] fix systemd unit

Remi Collet remi at fedoraproject.org
Sun Jan 8 09:10:53 UTC 2012


commit 327d6087547eb9033391a426d1229ca8ccda4d2e
Author: remi <fedora at famillecollet.com>
Date:   Sun Jan 8 10:10:23 2012 +0100

    fix systemd unit

 php-fpm.service |    1 -
 php.spec        |    5 ++++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/php-fpm.service b/php-fpm.service
index e6a8468..872f97b 100644
--- a/php-fpm.service
+++ b/php-fpm.service
@@ -7,7 +7,6 @@ Type=forking
 PIDFile=/var/run/php-fpm/php-fpm.pid
 ExecStart=/usr/sbin/php-fpm
 ExecReload=/bin/kill -USR2 $MAINPID
-ExecStop=/usr/sbin/httpd $OPTIONS -k stop
 
 [Install]
 WantedBy=multi-user.target
diff --git a/php.spec b/php.spec
index a7f59cf..bd2bea4 100644
--- a/php.spec
+++ b/php.spec
@@ -37,7 +37,7 @@
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
 Version: 5.3.8
-Release: 4%{?dist}.3
+Release: 4%{?dist}.4
 License: PHP
 Group: Development/Languages
 URL: http://www.php.net/
@@ -1139,6 +1139,9 @@ fi
 
 
 %changelog
+* Sun Jan 08 2012 Remi Collet <remi at fedoraproject.org> 5.3.8-4.4
+- fix systemd unit
+
 * Mon Dec 12 2011 Remi Collet <remi at fedoraproject.org> 5.3.8-4.3
 - switch to systemd
 


More information about the scm-commits mailing list