From ff210c102b771852fdbc54b22c7036d6c14194d2 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 19 Jun 2023 18:48:11 -0700 Subject: [PATCH] update coturn to help it launch on startup --- modules/coturn.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/coturn.nix b/modules/coturn.nix index 20398b4..119b7da 100644 --- a/modules/coturn.nix +++ b/modules/coturn.nix @@ -21,8 +21,8 @@ let }; serviceConfig = { - emainAfterExit = "yes"; - Type = "oneshot"; + RemainAfterExit = "yes"; + Type = "oneshot"; }; wantedBy = [ "multi-user.target" ];