-
cmd/launch: skip --install-daemon when systemd is unavailable (#14883)
发布于
2026-03-16 20:50:04 +00:00 In container environments without systemd,
openclaw onboard --install-daemonexits non-zero because it cannot create a systemd
user service. This causesollama launch openclawto 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.下载附件