mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
das_watchdog: fix service type
This commit is contained in:
parent
4d13b5d201
commit
899fd868ea
|
@ -25,7 +25,7 @@ in {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "root";
|
User = "root";
|
||||||
Type = "oneshot";
|
Type = "simple";
|
||||||
ExecStart = "${das_watchdog}/bin/das_watchdog";
|
ExecStart = "${das_watchdog}/bin/das_watchdog";
|
||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue