-
This commit is contained in:
@@ -7,7 +7,7 @@ __main() {
|
||||
tmux new-session -ds tmux # 主进程,避免 pkill 误杀
|
||||
bash /apps/gitrce/boot/conflict.sh >/dev/null 2>&1
|
||||
|
||||
bash /apps/gitrce/deploy/release/default/start.sh >/dev/null 2>&1
|
||||
bash /apps/gitrce/deploy/release/t20251123/start.sh >/dev/null 2>&1
|
||||
bash /apps/gitrce/netflow/iptables.sh >/dev/null 2>&1
|
||||
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
|
||||
*/3 * * * * roots bash /apps/gitrce/deploy/release/default/start.sh >>/apps/data/logs/deploy-start.log 2>&1
|
||||
*/3 * * * * roots bash /apps/gitrce/deploy/release/t20251123/start.sh >>/apps/data/logs/deploy-start.log 2>&1
|
||||
|
||||
*/3 * * * * roots bash /apps/gitrce/netflow/iptables.sh >>/apps/data/logs/netflow-iptables.log 2>&1
|
||||
|
||||
Reference in New Issue
Block a user