mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
fix (#63)
This commit is contained in:
parent
4733bb185e
commit
a2c87bed8f
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ in
|
||||||
ExecCondition = openClawCheck;
|
ExecCondition = openClawCheck;
|
||||||
EnvironmentFile = "-${openClawEnvFile}";
|
EnvironmentFile = "-${openClawEnvFile}";
|
||||||
ExecStart = "${openClawBin} gateway run";
|
ExecStart = "${openClawBin} gateway run";
|
||||||
Restart = "on-failure";
|
Restart = "always";
|
||||||
RestartSec = 5;
|
RestartSec = 5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue