Merge pull request #23668 from pngwjpgh/das_watchdog

das_watchdog: fix service type
This commit is contained in:
Arseniy Seroka 2017-03-09 18:22:48 +03:00 committed by GitHub
commit de80db01cb

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