das_watchdog: fix service type

This commit is contained in:
Gregor Kleen 2017-03-09 16:14:17 +01:00
parent 4d13b5d201
commit 899fd868ea
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}; };