summaryrefslogtreecommitdiffstats
path: root/named-chroot.service
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2016-05-12 13:31:49 +0200
committerTomas Hozza <thozza@redhat.com>2016-05-12 13:31:49 +0200
commitd591319212f51394a3d79897d7a0147a6d332d25 (patch)
tree0f92ac969972ac21a7c48d7153719887c05a7266 /named-chroot.service
parent379b90d05d2038a866498300b4d4d12855eb06ce (diff)
downloadbind-d591319212f51394a3d79897d7a0147a6d332d25.tar.gz
bind-d591319212f51394a3d79897d7a0147a6d332d25.tar.xz
bind-d591319212f51394a3d79897d7a0147a6d332d25.zip
Replaced After=network-online.target with After=network.target in all unit files
BIND is able to react to network configuration changes and therefore it can start even before all interfaces are fully configured. There is no need to wait until interfaces are fully configured. Signed-off-by: Tomas Hozza <thozza@redhat.com>
Diffstat (limited to 'named-chroot.service')
-rw-r--r--named-chroot.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/named-chroot.service b/named-chroot.service
index 87d6b7b..a015168 100644
--- a/named-chroot.service
+++ b/named-chroot.service
@@ -5,11 +5,10 @@
[Unit]
Description=Berkeley Internet Name Domain (DNS)
Wants=nss-lookup.target
-Wants=network-online.target
Requires=named-chroot-setup.service
Before=nss-lookup.target
After=named-chroot-setup.service
-After=network-online.target
+After=network.target
[Service]
Type=forking