mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-09-19 21:07:19 +02:00
7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
# 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
|