Merge pull request #23668 from pngwjpgh/das_watchdog
das_watchdog: fix service type
This commit is contained in:
commit
de80db01cb
@ -25,7 +25,7 @@ in {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
User = "root";
|
||||
Type = "oneshot";
|
||||
Type = "simple";
|
||||
ExecStart = "${das_watchdog}/bin/das_watchdog";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user