Add git to OpenClaw service PATH for npm deps
This commit is contained in:
parent
cf27c28389
commit
cd801d325b
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
ExecStart = "${pkgs.nodejs_22}/bin/npx openclaw gateway start --port ${toString cfg.port}";
|
ExecStart = "${pkgs.nodejs_22}/bin/npx openclaw gateway start --port ${toString cfg.port}";
|
||||||
|
Path = [ pkgs.nodejs_22 pkgs.git pkgs.coreutils ];
|
||||||
|
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = "10s";
|
RestartSec = "10s";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue