update coturn to help it launch on startup

This commit is contained in:
naturallaw77 2023-06-19 18:48:11 -07:00
parent e930b77bb3
commit ff210c102b

View File

@ -21,8 +21,8 @@ let
};
serviceConfig = {
emainAfterExit = "yes";
Type = "oneshot";
RemainAfterExit = "yes";
Type = "oneshot";
};
wantedBy = [ "multi-user.target" ];