fix systemd unit
This commit is contained in:
parent
4105e18964
commit
327d608754
@ -7,7 +7,6 @@ Type=forking
|
|||||||
PIDFile=/var/run/php-fpm/php-fpm.pid
|
PIDFile=/var/run/php-fpm/php-fpm.pid
|
||||||
ExecStart=/usr/sbin/php-fpm
|
ExecStart=/usr/sbin/php-fpm
|
||||||
ExecReload=/bin/kill -USR2 $MAINPID
|
ExecReload=/bin/kill -USR2 $MAINPID
|
||||||
ExecStop=/usr/sbin/httpd $OPTIONS -k stop
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
5
php.spec
5
php.spec
@ -37,7 +37,7 @@
|
|||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.3.8
|
Version: 5.3.8
|
||||||
Release: 4%{?dist}.3
|
Release: 4%{?dist}.4
|
||||||
License: PHP
|
License: PHP
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://www.php.net/
|
URL: http://www.php.net/
|
||||||
@ -1139,6 +1139,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 12 2011 Remi Collet <remi@fedoraproject.org> 5.3.8-4.3
|
||||||
- switch to systemd
|
- switch to systemd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user