lol

das_watchdog: fix service type

+1 -1
+1 -1
nixos/modules/services/monitoring/das_watchdog.nix
··· 25 25 wantedBy = [ "multi-user.target" ]; 26 26 serviceConfig = { 27 27 User = "root"; 28 - Type = "oneshot"; 28 + Type = "simple"; 29 29 ExecStart = "${das_watchdog}/bin/das_watchdog"; 30 30 RemainAfterExit = true; 31 31 };