Run openclaw gateway in foreground mode
This commit is contained in:
parent
ff397d7d8c
commit
50b99b008c
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ in
|
||||||
"${pkgs.bash}/bin/bash -c 'cp -n /etc/openclaw/openclaw.json ${configDir}/ || true'"
|
"${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";
|
Restart = "on-failure";
|
||||||
RestartSec = "10s";
|
RestartSec = "10s";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue