From 4332028111ce026704192375e8798701ac0e146e Mon Sep 17 00:00:00 2001
From: Daniil Baturin <daniil@baturin.org>
Date: Fri, 30 Aug 2019 18:40:44 +0200
Subject: T1598: fix vyos-hostsd unit dependencies.

---
 src/systemd/vyos-hostsd.service | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

(limited to 'src')

diff --git a/src/systemd/vyos-hostsd.service b/src/systemd/vyos-hostsd.service
index 3b0fadb5c..2444f5352 100644
--- a/src/systemd/vyos-hostsd.service
+++ b/src/systemd/vyos-hostsd.service
@@ -1,8 +1,7 @@
 [Unit]
 Description=VyOS DNS configuration keeper
-After=auditd.service time-sync.target
-Before=network-pre.target vyos-router.service
-Wants=network-pre.target
+DefaultDependencies=no
+After=systemd-remount-fs.service
 
 [Service]
 ExecStart=/usr/bin/python3 -u /usr/libexec/vyos/services/vyos-hostsd
@@ -19,6 +18,4 @@ User=root
 Group=vyattacfg
 
 [Install]
-#
-WantedBy=network.target
-
+RequiredBy=cloud-init-local.service vyos-router.service
-- 
cgit v1.2.3