From a2c87bed8f456c2ef17d5bbb042f57ff974c651f Mon Sep 17 00:00:00 2001 From: Hari <73809867+harivansh-afk@users.noreply.github.com> Date: Fri, 3 Apr 2026 13:41:19 -0400 Subject: [PATCH] fix (#63) --- hosts/netty/openclaw-gateway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; };