发布

  • cmd/launch: skip --install-daemon when systemd is unavailable (#14883)

    frostbyte_neo 发布于 2026-03-16 20:50:04 +00:00

    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.

    下载附件