Merge branch 'main' into main

This commit is contained in:
Tobias Bischoff
2026-01-08 21:16:47 +01:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
## Unreleased
- Daemon: align generated systemd unit with docs for network-online + restart delay. (#479) — thanks @azade-c
- Outbound: default Telegram account selection for config-only tokens; remove heartbeat-specific accountId handling. (follow-up #516) — thanks @YuriNachos
- Heartbeat: resolve Telegram account IDs from config-only tokens; cron tool accepts canonical `jobId` and legacy `id` for job actions. (#516) — thanks @YuriNachos
- Discord: stop provider when gateway reconnects are exhausted and surface errors. (#514) — thanks @joshp123

View File

@@ -141,10 +141,13 @@ function buildSystemdUnit({
return [
"[Unit]",
"Description=Clawdbot Gateway",
"After=network-online.target",
"Wants=network-online.target",
"",
"[Service]",
`ExecStart=${execStart}`,
"Restart=always",
"RestartSec=5",
workingDirLine,
...envLines,
"",