diff --git a/conf/manjaro-tools.conf b/conf/manjaro-tools.conf index db387a8..3bbcf8f 100644 --- a/conf/manjaro-tools.conf +++ b/conf/manjaro-tools.conf @@ -131,4 +131,4 @@ # unset defaults to given values, # names must match openrc service names # services in start_openrc array don't need to be listed here -# start_openrc_live=('bluetooth' 'networkmanager') +# start_openrc_live=('bluetooth' 'NetworkManager') diff --git a/lib/util.sh b/lib/util.sh index 98577fa..26e50c3 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -319,7 +319,7 @@ load_config(){ fi if [[ -z ${start_openrc_live} ]];then - start_openrc_live=('bluetooth' 'networkmanager') + start_openrc_live=('bluetooth' 'NetworkManager') fi return 0