From b35d937c0ce05eb19c92eb827a80fb39dd8dc15f Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Fri, 10 May 2024 08:11:16 +1000 Subject: [PATCH] master: on-failure -> always --- nix/master.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/master.nix b/nix/master.nix index 3921576..e4881e9 100644 --- a/nix/master.nix +++ b/nix/master.nix @@ -348,7 +348,7 @@ in # Needed because it tries to reach out to github on boot. # FIXME: if github is not available, we shouldn't fail buildbot, instead it should just try later again in the background - Restart = "on-failure"; + Restart = "always"; RestartSec = "30s"; }; };