summaryrefslogtreecommitdiffstats
path: root/modules.d/40network/module-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/40network/module-setup.sh')
-rwxr-xr-xmodules.d/40network/module-setup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules.d/40network/module-setup.sh b/modules.d/40network/module-setup.sh
index 970c252..a72ca54 100755
--- a/modules.d/40network/module-setup.sh
+++ b/modules.d/40network/module-setup.sh
@@ -17,12 +17,12 @@ depends() {
done
if [ -z "$network_handler" ]; then
- if check_module "connman"; then
- network_handler="connman"
- elif check_module "network-manager"; then
+ if check_module "network-manager"; then
network_handler="network-manager"
elif check_module "systemd-networkd"; then
network_handler="systemd-networkd"
+ elif check_module "connman"; then
+ network_handler="connman"
else
network_handler="network-legacy"
fi