Run openclaw gateway in foreground mode

This commit is contained in:
ashisgreat22 2026-03-17 21:17:12 +01:00
parent ff397d7d8c
commit 50b99b008c

View file

@ -96,7 +96,7 @@ in
"${pkgs.bash}/bin/bash -c 'cp -n /etc/openclaw/openclaw.json ${configDir}/ || true'"
];
ExecStart = "${pkgs.nodejs_22}/bin/npx openclaw gateway start --port ${toString cfg.port}";
ExecStart = "${pkgs.nodejs_22}/bin/npx openclaw gateway --port ${toString cfg.port}";
Restart = "on-failure";
RestartSec = "10s";