Browse Source

try to fix startup script

master
parent
commit
5b3de70045
  1. 2
      php-fpm/php-fpm.spec
  2. 2
      php-fpm/rc.php-fpm

2
php-fpm/php-fpm.spec

@ -32,7 +32,7 @@ Class: BASE
Group: Web
License: PHP
Version: 5.5.12
Release: 20140501
Release: 20140516
# package options
%option with_bc no

2
php-fpm/rc.php-fpm

@ -46,7 +46,7 @@
%restart -u @l_susr@
rcService php-fpm enable yes || exit 0
rcService php-fpm active no && exit 0
rc php_fpm stop start
rc php-fpm stop start
%daily -u @l_susr@
rcService php-fpm enable yes || exit 0

Loading…
Cancel
Save