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 = { serviceConfig = {
emainAfterExit = "yes"; RemainAfterExit = "yes";
Type = "oneshot"; Type = "oneshot";
}; };
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];