Restart hydra-notify

This commit is contained in:
Eelco Dolstra 2019-08-13 11:19:10 +02:00
parent d08cfa48d7
commit e2537f741b
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

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