das_watchdog: fix service type

This commit is contained in:
Gregor Kleen 2017-03-09 16:14:17 +01:00
parent 4d13b5d201
commit 899fd868ea

View File

@ -25,7 +25,7 @@ in {
wantedBy = [ "multi-user.target" ];
serviceConfig = {
User = "root";
Type = "oneshot";
Type = "simple";
ExecStart = "${das_watchdog}/bin/das_watchdog";
RemainAfterExit = true;
};