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 13:24:10 -04:00 committed by Jon
parent 93023e8b88
commit 15e5ad6c7c

View File

@ -81,6 +81,7 @@ in {
NotifyAccess = "main";
ExecStart = "${getBin cfg.package}/bin/corerad -c=${cfg.configFile}";
Restart = "on-failure";
RestartKillSignal = "SIGHUP";
};
};
};