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:
Robert Klotzner 2017-09-18 14:54:32 +02:00 committed by Franz Pletz
parent b179908414
commit a9f60224f8

View file

@ -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 = {