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 5.3.8-4.4 +- fix systemd unit + * Mon Dec 12 2011 Remi Collet 5.3.8-4.3 - switch to systemd