systemd-networkd/eth0: don't require being up

Resolves: #157
This commit is contained in:
Aminda Suomalainen 2023-03-31 13:33:27 +03:00
parent 1cabb767da
commit 0a5e526cc5
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
[Match]
Name=eth0
[Link]
# My devices generally also have WiFi so lack of ethernet is not a reason
# to wait for systemd-networkd-wait-online.service
RequiredForOnline=no
# Always set administrative state to up. Implies RequiredForOnline=yes
#ActivationPolicy=always-up
[Network]
#DHCP=yes
# /24, /16, /8 are the the class C, B, A networks