Files
ollama/cmd
Bruce MacDonald 856c047a6c cmd/launch: skip --install-daemon when systemd is unavailable (#14883)
In container environments without systemd, `openclaw onboard
--install-daemon` exits non-zero because it cannot create a systemd
user service. This causes `ollama launch openclaw` to abort even
though the gateway can be started as a foreground child process.

Only pass --install-daemon when systemd user services are reachable
(Linux with /run/systemd/system present and XDG_RUNTIME_DIR set).
On all other platforms the flag is still included by default.
2026-03-16 13:50:04 -07:00
..
2025-02-13 17:09:26 -08:00
2026-03-13 10:19:22 -07:00
2024-08-01 17:06:06 -07:00
2024-06-04 11:13:30 -07:00