diff --git a/plugins/php/install.sh b/plugins/php/install.sh index 2d5b91228..4da953e61 100755 --- a/plugins/php/install.sh +++ b/plugins/php/install.sh @@ -35,6 +35,12 @@ if [ "${action}" == "uninstall" ];then #初始化 cd ${rootPath} && python3 ${rootPath}/plugins/php/index.py stop ${type} cd ${rootPath} && python3 ${rootPath}/plugins/php/index.py initd_uninstall ${type} + + if [ -f /lib/systemd/system/php${type}.service ];then + systemctl stop php${type} + rm -rf /lib/systemd/system/php${type}.service + systemctl daemon-reload + fi fi sh -x $curPath/versions/$2/install.sh $1