diff --git a/etc/systemd/system/NetworkManager.service.d/iwd-needed.conf b/etc/systemd/system/NetworkManager.service.d/iwd-needed.conf new file mode 100644 index 00000000..4df270ca --- /dev/null +++ b/etc/systemd/system/NetworkManager.service.d/iwd-needed.conf @@ -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