Merge branch 'main' into main
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## Unreleased
|
## 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
|
- 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
|
- 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
|
- Discord: stop provider when gateway reconnects are exhausted and surface errors. (#514) — thanks @joshp123
|
||||||
|
|||||||
@@ -141,10 +141,13 @@ function buildSystemdUnit({
|
|||||||
return [
|
return [
|
||||||
"[Unit]",
|
"[Unit]",
|
||||||
"Description=Clawdbot Gateway",
|
"Description=Clawdbot Gateway",
|
||||||
|
"After=network-online.target",
|
||||||
|
"Wants=network-online.target",
|
||||||
"",
|
"",
|
||||||
"[Service]",
|
"[Service]",
|
||||||
`ExecStart=${execStart}`,
|
`ExecStart=${execStart}`,
|
||||||
"Restart=always",
|
"Restart=always",
|
||||||
|
"RestartSec=5",
|
||||||
workingDirLine,
|
workingDirLine,
|
||||||
...envLines,
|
...envLines,
|
||||||
"",
|
"",
|
||||||
|
|||||||
Reference in New Issue
Block a user