aidlux运行openclaw时提示异常,systemd不支持

各位大神:安装openclaw成功,但配置完参数,运行的过程中,提示异常。查了一下原因,是aidlux不支持systemd。怎么处理呢?

Systemd ─────────────────────────────────────────────────────────────────────────╮
│ │
│ Unable to read loginctl linger status. Ensure systemd + loginctl are available. │
│ │
├───────────────────────────────────────────────────────────────────────────────────╯

◇ Gateway service runtime ────────────────────────────────────────────╮
│ │
│ QuickStart uses Node for the Gateway service (stable + supported). │
│ │
├──────────────────────────────────────────────────────────────────────╯

◇ Gateway service install failed.

◇ Gateway ────────────────────────────────────────────────────────────────────────────╮
│ │
│ Gateway service install failed: systemctl daemon-reload failed: Cannot access user │
│ instance remotely. │
│ │
├──────────────────────────────────────────────────────────────────────────────────────╯

◇ Gateway ───────────────────────────────────────────────────────╮
│ │
│ Tip: rerun openclaw gateway install after fixing the error.

可能是权限不足导致的 systemd 操作失败,su 切到root用户再重新执行 install再试一下