fix systemd unit

This commit is contained in:
remi 2012-01-08 10:10:23 +01:00
parent 4105e18964
commit 327d608754
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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@fedoraproject.org> 5.3.8-4.4
- fix systemd unit
* Mon Dec 12 2011 Remi Collet <remi@fedoraproject.org> 5.3.8-4.3
- switch to systemd