From: Morten Stevens Date: Fri, 22 Aug 2014 10:08:48 +0000 (+0200) Subject: use network-online target instead of just network X-Git-Tag: auth-3.4.0-rc2~34^2~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b17baa8fb2005f366eac4d696e67d6e77be01228;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.service b/contrib/systemd-pdns.service index 64402ec742..0238e8a4fd 100644 --- a/contrib/systemd-pdns.service +++ b/contrib/systemd-pdns.service @@ -1,6 +1,6 @@ [Unit] Description=PowerDNS Authoritative Server -After=network.target mysqld.service postgresql.service slapd.service +After=network-online.target mysqld.service postgresql.service slapd.service [Service] Type=forking