diff --git a/hosts/netty/openclaw-gateway.nix b/hosts/netty/openclaw-gateway.nix index 82df270..46b27bd 100644 --- a/hosts/netty/openclaw-gateway.nix +++ b/hosts/netty/openclaw-gateway.nix @@ -54,7 +54,7 @@ in ExecCondition = openClawCheck; EnvironmentFile = "-${openClawEnvFile}"; ExecStart = "${openClawBin} gateway run"; - Restart = "on-failure"; + Restart = "always"; RestartSec = 5; }; };