feat : config

This commit is contained in:
2024-11-06 11:09:26 +08:00
parent 7ae017892f
commit d35bb561a4

View File

@@ -17,3 +17,9 @@ fi
sudo lsof -i:9501|grep -v PID|awk '{print $2}'|sudo xargs kill -9
echo 'kill success';
source /etc/profile
/bin/nohup php $HomeDir/bin/hyperf.php start > $HomeDir/../hyperf_run.log 2>&1 &
echo 'The service restart success';