feat : config

This commit is contained in:
2024-11-06 11:10:48 +08:00
parent d35bb561a4
commit f6f5ab86bd
2 changed files with 2 additions and 2 deletions

2
restart_pre.sh Normal file → Executable file
View File

@@ -22,4 +22,4 @@ source /etc/profile
/bin/nohup php $HomeDir/bin/hyperf.php start > $HomeDir/../hyperf_run.log 2>&1 &
echo 'The service restart success';
echo 'The service restart success';

2
restart_prod.sh Normal file → Executable file
View File

@@ -18,4 +18,4 @@ fi
#杀死进程并重启进程
sudo lsof -i:9501|grep -v PID|awk '{print $2}'|sudo xargs kill -9
echo 'kill success';
echo 'kill success';