]> git.ipfire.org Git - thirdparty/systemd.git/commit - units/systemd-resolved.service.m4.in
units: systemd-resolved should start before network-online.target and nss-lookup...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 21 Apr 2017 09:21:17 +0000 (18:21 +0900)
committerLennart Poettering <lennart@poettering.net>
Fri, 21 Apr 2017 09:21:17 +0000 (11:21 +0200)
commit3e06055500755053050620a45236ef606507e1bd
treeb2abb729da5e7fa5fafa4d5bcc4957370ea586b1
parentc8b21184052cc445a45f797ec11dae5e6a1d2b54
units: systemd-resolved should start before network-online.target and nss-lookup.target (#5691)

systemd-resolved provides
1. local API via NSS and D-Bus
2. kind of a local "DNS proxy" through its stub listener
The 1st item should be started before nss-lookup.target.
The 2nd item should be started before network-online.target,
because if the networking works in general, then DNS (and DNS proxy) should too.

Fixes #5650
units/systemd-resolved.service.m4.in