diff options
author | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-05-25 17:33:07 +0100 |
---|---|---|
committer | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-06-25 10:58:01 +0100 |
commit | be8cda7f711a7a26c85b51976c299a6837750a63 (patch) | |
tree | 4b51574be4b19e5e8c41ea13b6be02cfb0dab5bf /src | |
parent | 8cd23ec0449b3755240b9aebe236fdb66937d7d6 (diff) | |
download | vyos-1x-be8cda7f711a7a26c85b51976c299a6837750a63.tar.gz vyos-1x-be8cda7f711a7a26c85b51976c299a6837750a63.zip |
http-api: T2494: start before vyos-router
vyos-router may/is requiring access to the service, make sure
it starts before, if not is has no consequence to do so anyway.
Diffstat (limited to 'src')
-rw-r--r-- | src/systemd/vyos-hostsd.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd/vyos-hostsd.service b/src/systemd/vyos-hostsd.service index d10a0a939..26e9c745e 100644 --- a/src/systemd/vyos-hostsd.service +++ b/src/systemd/vyos-hostsd.service @@ -1,5 +1,6 @@ [Unit] Description=VyOS DNS configuration keeper +Before=vyos-router.service # Without this option, lots of default dependencies are added, # among them network.target, which creates a dependency cycle |