systemd: add NetworkManager.service.d/iwd-needed.conf

This commit is contained in:
Aminda Suomalainen 2025-09-19 16:36:25 +03:00
parent 75d7ce82b0
commit 0683c63410
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -0,0 +1,6 @@
# So that NetworkManager.service pulls in iwd.service and isn't
# enabled/started separately, in which case it could think it's no longer
# needed and stop itself.
[Unit]
Wants=iwd.service
Requires=iwd.service