Restart hydra-notify

This commit is contained in:
Eelco Dolstra
2019-08-13 11:19:10 +02:00
parent d08cfa48d7
commit e2537f741b

View File

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