tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
das_watchdog: fix service type
Gregor Kleen
9 years ago
899fd868
4d13b5d2
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
monitoring
das_watchdog.nix
+1
-1
nixos/modules/services/monitoring/das_watchdog.nix
···
25
25
wantedBy = [ "multi-user.target" ];
26
26
serviceConfig = {
27
27
User = "root";
28
28
-
Type = "oneshot";
28
28
+
Type = "simple";
29
29
ExecStart = "${das_watchdog}/bin/das_watchdog";
30
30
RemainAfterExit = true;
31
31
};