fix (#63)
Some checks failed
quality / changes (push) Has been cancelled
quality / Flake Check (push) Has been cancelled
quality / Nix Format Check (push) Has been cancelled
quality / Deploy netty (push) Has been cancelled

This commit is contained in:
Hari 2026-04-03 13:41:19 -04:00 committed by GitHub
parent 4733bb185e
commit a2c87bed8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}; };
}; };