diff --git a/plugins/php-yum/install.sh b/plugins/php-yum/install.sh index 149f0f5030..43d7ac21f1 100755 --- a/plugins/php-yum/install.sh +++ b/plugins/php-yum/install.sh @@ -90,7 +90,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-yum/${type} ];then mv composer.phar /usr/local/bin/composer fi - systemctl start php${type}-php-fpm + systemctl restart php${type}-php-fpm fi