Changed name of binary

This commit is contained in:
2023-10-13 13:56:55 +02:00
parent e52d86b364
commit 994481e7fe
3 changed files with 5 additions and 13 deletions

View File

@ -43,7 +43,7 @@ in {
systemd.services.outage-detector = mkIf (cfg.timer
!= null) {
script = "${package}/bin/outage_detector log ${cfg.settings.logFile} --host ${cfg.settings.host} --timeout ${toString cfg.settings.timeout}";
script = "${package}/bin/outage-detector log ${cfg.settings.logFile} --host ${cfg.settings.host} --timeout ${toString cfg.settings.timeout}";
serviceConfig = {
Type = "oneshot";