-
-
Notifications
You must be signed in to change notification settings - Fork 57.1k
Description
Bug type
Behavior bug (incorrect output/state without crash)
Summary
On Ubuntu 24.04, installing OpenClaw 2026.3.2 gateway service fails with:
Error: systemctl is-enabled unavailable: Command failed: systemctl --user is-enabled openclaw-gateway.service
Steps to reproduce
What happened?
On Ubuntu 24.04, installing OpenClaw 2026.3.2 gateway service fails with:
Error: systemctl is-enabled unavailable: Command failed: systemctl --user is-enabled openclaw-gateway.service
Expected behavior
openclaw gateway install should create the unit file and enable/start the systemd user service.
Steps to reproduce
- Fresh install on Ubuntu 24.04
openclaw --version=> 2026.3.2- Run:
openclaw gateway install(oropenclaw onboard --install-daemon) - It fails with the error above.
Diagnostics
- OS: Ubuntu 24.04.1 LTS
ps -p 1 -o comm==> systemdsystemctl --user statusworkssystemctl --user is-enabled openclaw-gateway.service; echo EXIT:$?=>
not-found
EXIT:4
Extra info
This seems like OpenClaw treats systemctl is-enabled non-zero exit codes (e.g. not-found/disabled) as "unavailable".
Expected behavior
不存在的话就能安装成功
Actual behavior
Error: systemctl is-enabled unavailable: Command failed: systemctl --user is-enabled openclaw-gateway.service
OpenClaw version
2026.3.2
Operating system
Ubuntu 24.04
Install method
curl -fsSL https://openclaw.ai/install.sh | bash
Logs, screenshots, and evidence
Impact and severity
No response
Additional information
No response