diff options
author | Emil Renner Berthing <esmil@labitat.dk> | 2018-11-30 18:40:13 +0100 |
---|---|---|
committer | Emil Renner Berthing <esmil@labitat.dk> | 2018-11-30 18:40:16 +0100 |
commit | 380377e55a9373c8203e62d184107e1c5bbe1da0 (patch) | |
tree | aadc30305b27dc963e2599076e7b825bc360952d /roles/space_server/files/networkd/10-lan.network | |
parent | 4c8ce84da087dde7ace19704f084738fbd44f0a0 (diff) | |
download | labitat-ansible-380377e55a9373c8203e62d184107e1c5bbe1da0.tar.gz labitat-ansible-380377e55a9373c8203e62d184107e1c5bbe1da0.tar.xz labitat-ansible-380377e55a9373c8203e62d184107e1c5bbe1da0.zip |
space_server: networkd: use Link.RequiredForOnline
..rather than overriding ExecStart to call
networkd-wait-online with --ignore
Diffstat (limited to 'roles/space_server/files/networkd/10-lan.network')
-rw-r--r-- | roles/space_server/files/networkd/10-lan.network | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/space_server/files/networkd/10-lan.network b/roles/space_server/files/networkd/10-lan.network index 08b85aa..1b2e89c 100644 --- a/roles/space_server/files/networkd/10-lan.network +++ b/roles/space_server/files/networkd/10-lan.network @@ -1,8 +1,9 @@ [Match] Name=lan -#[Link] +[Link] #ARP=no +RequiredForOnline=no [Network] DHCP=no |