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; }; };