From 7219d320d0dce58b9180676d48f692719a919136 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Fri, 3 Apr 2026 17:39:42 +0000 Subject: [PATCH] fix --- 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; }; };