diff options
author | Lucas Magasweran <lrm@linux.com> | 2021-05-10 10:09:56 +0200 |
---|---|---|
committer | Lucas Magasweran <lrm@linux.com> | 2021-05-10 11:28:52 +0200 |
commit | b419e8776bc2dc1ca113c8332ed465724bff053a (patch) | |
tree | 2fadac257a6b488872fda7bbd392760e3da93cab /network/80-wifi-ap.network.example | |
parent | Merge pull request #19545 from poettering/nss-systemd-shadow (diff) | |
download | systemd-b419e8776bc2dc1ca113c8332ed465724bff053a.tar.xz systemd-b419e8776bc2dc1ca113c8332ed465724bff053a.zip |
network: examples: use wlan for Type instead of wifi
Diffstat (limited to 'network/80-wifi-ap.network.example')
-rw-r--r-- | network/80-wifi-ap.network.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/80-wifi-ap.network.example b/network/80-wifi-ap.network.example index 2cbd59370b..8549387672 100644 --- a/network/80-wifi-ap.network.example +++ b/network/80-wifi-ap.network.example @@ -1,5 +1,5 @@ [Match] -Type=wifi +Type=wlan WLANInterfaceType=ap [Network] |