openclaw/src/daemon
Ogulcan Celik 7bb0841f42 fix: prevent systemd hang on restart with podman sandboxes
Add KillMode=process to generated systemd unit file. Without this,
podman's conmon processes (which monitor sandbox containers) block
shutdown since they're children of the gateway process.

This preserves the desired behavior of keeping containers alive
across restarts while preventing systemd from waiting indefinitely.
2026-01-09 02:37:00 +01:00
..
constants.ts feat(daemon): add legacy Clawdis service cleanup 2026-01-04 15:40:06 +00:00
diagnostics.ts fix: wire gateway auth diagnostics into doctor 2026-01-08 08:26:40 +01:00
inspect.ts refactor: simplify cli commands 2026-01-08 07:16:12 +01:00
launchd.test.ts fix: improve gateway diagnostics 2026-01-08 02:29:32 +01:00
launchd.ts feat: expand daemon status diagnostics 2026-01-08 08:26:40 +01:00
legacy.ts feat(daemon): add legacy Clawdis service cleanup 2026-01-04 15:40:06 +00:00
program-args.test.ts refactor: simplify cli commands 2026-01-08 07:16:12 +01:00
program-args.ts fix(daemon): audit runtime best practices 2026-01-08 22:18:07 +00:00
runtime-parse.ts refactor: split port diagnostics helpers 2026-01-08 02:42:43 +01:00
runtime-paths.ts fix(daemon): normalize audit paths 2026-01-08 22:28:51 +00:00
schtasks.test.ts fix: improve gateway diagnostics 2026-01-08 02:29:32 +01:00
schtasks.ts refactor: split port diagnostics helpers 2026-01-08 02:42:43 +01:00
service-audit.test.ts fix(daemon): audit runtime best practices 2026-01-08 22:18:07 +00:00
service-audit.ts fix(daemon): normalize audit paths 2026-01-08 22:28:51 +00:00
service-env.test.ts fix(daemon): audit runtime best practices 2026-01-08 22:18:07 +00:00
service-env.ts fix(daemon): audit runtime best practices 2026-01-08 22:18:07 +00:00
service-runtime.ts fix: improve gateway diagnostics 2026-01-08 02:29:32 +01:00
service.ts feat: expand daemon status diagnostics 2026-01-08 08:26:40 +01:00
systemd.test.ts fix: improve gateway diagnostics 2026-01-08 02:29:32 +01:00
systemd.ts fix: prevent systemd hang on restart with podman sandboxes 2026-01-09 02:37:00 +01:00