coturn service: Fix coturn to properly come up (#29415)
properly also in case dhcpcd being used. Without network-online.target, coturn will fail to listen on addresses that come up with dhcpcd.
This commit is contained in:
parent
b179908414
commit
a9f60224f8
@ -307,7 +307,8 @@ in {
|
||||
|
||||
systemd.services.coturn = {
|
||||
description = "coturn TURN server";
|
||||
after = [ "network.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
unitConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user