mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
systemd-networkd: add commented RequiredFamilyForOnline= under [Link]
This commit is contained in:
parent
2e1a5cbfe1
commit
27dacbf5f8
@ -8,6 +8,8 @@ Type=ether
|
||||
# My devices generally also have WiFi so lack of ethernet is not a reason
|
||||
# to wait for systemd-networkd-wait-online.service
|
||||
RequiredForOnline=no
|
||||
# Takes "ipv4", "ipv6", "both", or "any" (default).
|
||||
RequiredFamilyForOnline=both
|
||||
# Always set administrative state to up. Implies RequiredForOnline=yes
|
||||
#ActivationPolicy=always-up
|
||||
|
||||
|
@ -5,6 +5,8 @@
|
||||
Type=wlan
|
||||
|
||||
[Link]
|
||||
# Takes "ipv4", "ipv6", "both", or "any" (default).
|
||||
RequiredFamilyForOnline=both
|
||||
# Always set administrative state to up. Implies RequiredForOnline=yes
|
||||
ActivationPolicy=always-up
|
||||
# Managed by iwd
|
||||
|
Loading…
Reference in New Issue
Block a user