From 525438ac4ad1e4fba534c7d1c51283c4c2561d3e Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 20 Aug 2019 19:47:16 +0200 Subject: T1598: start vyos-hostsd before everything that may need it. --- src/systemd/vyos-hostsd.service | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/systemd/vyos-hostsd.service b/src/systemd/vyos-hostsd.service index fe6c163d7..8ff213d2b 100644 --- a/src/systemd/vyos-hostsd.service +++ b/src/systemd/vyos-hostsd.service @@ -1,6 +1,7 @@ [Unit] Description=VyOS DNS configuration keeper After=auditd.service systemd-user-sessions.service time-sync.target +Before=vyos-router.service cloud-init.service [Service] ExecStart=/usr/bin/python3 -u /usr/libexec/vyos/services/vyos-hostsd -- cgit v1.2.3