]> git.ipfire.org Git - thirdparty/systemd.git/commit
resolve-host: enable auto start of resolved 972/head
authorLennart Poettering <lennart@poettering.net>
Sun, 16 Aug 2015 18:29:21 +0000 (20:29 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 16 Aug 2015 18:29:23 +0000 (20:29 +0200)
commit50d25fb08bf3a83a0567a7ea4e4cae60f229ad76
treecf1c470ac0cc12a5d1f88dc5060c601e4c09da74
parente6a26d8c972d45a0927ad0b7c654c830daa2243e
resolve-host: enable auto start of resolved

There's no reason to explicitly turn off bus activation for resolved
here. The reason this was done before was that the code was copied from
nss-resolve, which has a fallback to glibc's nss-dns if resolved is not
reachable. However, such a logic makes no sense for resolve-host since
such a fallback doesn't make sense here, which means we can actually
turn on activation. Let's do it hence.
src/resolve-host/resolve-host.c