openclaw daemon
Gateway service management command의 legacy alias입니다.
openclaw daemon ...은 openclaw gateway ... service command와 같은 control surface에 매핑됩니다.
Usage
Subcommands
status: service install state를 보여주고 Gateway health를 probeinstall: service 설치 (launchd/systemd/schtasks)uninstall: service 제거start: service 시작stop: service 중지restart: service 재시작
Common options
status:--url,--token,--password,--timeout,--no-probe,--deep,--jsoninstall:--port,--runtime <node|bun>,--token,--force,--json- lifecycle (
uninstall|start|stop|restart):--json
status는 가능하면 probe auth를 위해 configured auth SecretRef를 resolve합니다.- Linux systemd install에서는
status의 token drift check가Environment=와EnvironmentFile=unit source를 모두 포함합니다. - token auth에 token이 필요하고
gateway.auth.token이 SecretRef-managed이면,install은 SecretRef가 resolvable한지 검증하지만 resolved token 자체를 service environment metadata에 저장하지는 않습니다. - token auth에 token이 필요한데 configured token SecretRef가 unresolved라면 install은 fail closed합니다.
gateway.auth.token과gateway.auth.password가 모두 설정되어 있고gateway.auth.mode가 unset이면, install은 mode를 명시할 때까지 차단됩니다.
Prefer
현재 문서와 예시는openclaw gateway를 사용하는 편이 좋습니다.