提交 3627e847 编写于 作者: Y Yiru Wang Mac

modify pkgshipd restart command

上级 0eae7b7d
......@@ -150,9 +150,13 @@ elif [ $1 = restart ];then
if [ $service = "all" ];then
stop_service "manage" "reload"
stop_service "selfpkg" "reload"
start_service "manage"
start_service "selfpkg"
else
stop_service $service "reload"
start_service $service
fi
echo "===The run log is saved into: $daemonize==="
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册