From: Morten Stevens Date: Fri, 22 Aug 2014 10:09:32 +0000 (+0200) Subject: use network-online target instead of just network X-Git-Tag: auth-3.4.0-rc2~34^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1678%2Fhead;p=thirdparty%2Fpdns.git use network-online target instead of just network See: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/ --- diff --git a/contrib/systemd-pdns-recursor.service b/contrib/systemd-pdns-recursor.service index 058cd1e991..20f138c315 100644 --- a/contrib/systemd-pdns-recursor.service +++ b/contrib/systemd-pdns-recursor.service @@ -1,6 +1,6 @@ [Unit] Description=PowerDNS recursing nameserver -After=network.target +After=network-online.target [Service] Type=forking