w-sss 0387f0f62c fix(install): install gateway daemon service for fresh installs
- Add install_gateway_daemon_if_needed() function
- Call daemon install and daemon start for new installs
- Skip for upgrades (existing behavior)
- Fixes #48272 where gateway was not installed

Root cause:
The install script only refreshed the gateway service if it was already
loaded, but never installed it for fresh installs.

Fix:
1. Check if gateway daemon is already installed
2. If not, run 'openclaw daemon install'
3. Then run 'openclaw daemon start'
4. Probe the daemon to verify it's running
2026-03-17 09:41:02 +08:00
..
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-03-08 00:28:37 +00:00
2026-01-30 03:16:21 +01:00
2026-01-31 21:29:14 +09:00
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00