mirror of
https://github.com/ollama/ollama
synced 2026-04-23 08:45:14 +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. |
||
|---|---|---|
| .. | ||
| bench | ||
| config | ||
| internal/fileutil | ||
| launch | ||
| runner | ||
| tui | ||
| background_unix.go | ||
| background_windows.go | ||
| cmd.go | ||
| cmd_launcher_test.go | ||
| cmd_test.go | ||
| editor_unix.go | ||
| editor_windows.go | ||
| interactive.go | ||
| interactive_test.go | ||
| start.go | ||
| start_darwin.go | ||
| start_default.go | ||
| start_windows.go | ||
| warn_thinking_test.go | ||