Skip to content

Commit 1a1b233

Browse files
committed
nixos/coturn: switch systemd service type to notify
1 parent a455c78 commit 1a1b233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/networking/coturn.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ in
363363
chmod 640 ${runConfig}
364364
'';
365365
serviceConfig = rec {
366-
Type = "simple";
366+
Type = "notify";
367367
ExecStart = utils.escapeSystemdExecArgs [
368368
(lib.getExe' pkgs.coturn "turnserver")
369369
"-c"

0 commit comments

Comments
 (0)