nixos/corerad: use SIGHUP to restart the service

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher
2020-08-09 16:15:49 -07:00
committed by Jon
parent 93023e8b88
commit 15e5ad6c7c
@@ -81,6 +81,7 @@ in {
NotifyAccess = "main";
ExecStart = "${getBin cfg.package}/bin/corerad -c=${cfg.configFile}";
Restart = "on-failure";
RestartKillSignal = "SIGHUP";
};
};
};