命令行改版

This commit is contained in:
2025-10-28 14:38:31 +08:00
parent 499425df7e
commit 15cf21e512
7 changed files with 318 additions and 56 deletions

View File

@@ -18,17 +18,23 @@ php start.php stop
echo "启动 webman 服务(后台模式)..."
php start.php start -d
cd /rh/p_ysk/scripts || {
echo "错误:无法切换到目录 /rh/p_ysk/scripts"
exit 1
}
# 启动各类 webman 进程(后台运行)
echo "启动 applysmstemp 进程..."
nohup php webman applysmstemp &
nohup php applysmstemp.php &
echo "启动 birthdaygiftsms 进程..."
nohup php webman birthdaygiftsms &
nohup php birthdaygiftsms.php &
echo "启动 rabborderprint 进程..."
nohup php webman rabborderprint &
nohup php rabborderprint.php &
echo "启动 rabbproductupdate 进程..."
nohup php webman rabbproductupdate &
nohup php rabbproductupdate.php &
echo "所有命令执行完成"