From e2537f741b96a546ab81928f2e11fbf2d4180cf8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 13 Aug 2019 11:19:10 +0200 Subject: [PATCH] Restart hydra-notify --- hydra-module.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hydra-module.nix b/hydra-module.nix index 682967f9..d601ac37 100644 --- a/hydra-module.nix +++ b/hydra-module.nix @@ -391,6 +391,8 @@ in { ExecStart = "@${cfg.package}/bin/hydra-notify hydra-notify"; # FIXME: run this under a less privileged user? User = "hydra-queue-runner"; + Restart = "always"; + RestartSec = 5; }; };