更新 bot_tg_service.sh

This commit is contained in:
juewuy
2026-01-17 17:29:32 +08:00
committed by GitHub
parent 1cef94d23c
commit b98a996cb4

View File

@@ -14,6 +14,5 @@ bot_tg_stop(){
rm -f "$TMPDIR/bot_tg.pid" rm -f "$TMPDIR/bot_tg.pid"
} }
bot_tg_cron(){ bot_tg_cron(){
cronset 'TG_BOT守护进程'
cronset 'TG_BOT守护进程' "* * * * * /bin/sh $CRASHDIR/starts/start_legacy_wd.sh bot_tg #ShellCrash-TG_BOT守护进程" cronset 'TG_BOT守护进程' "* * * * * /bin/sh $CRASHDIR/starts/start_legacy_wd.sh bot_tg #ShellCrash-TG_BOT守护进程"
} }