Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Buster Gnome deactivate bluetooth on startup

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
obaino
Posts: 24
Joined: 2017-05-13 11:00
Location: Greece

Buster Gnome deactivate bluetooth on startup

#1 Post by obaino »

I am using buster gnome and bluetooth is activated everytime at startup.
How do I keep it deactivated at boot?

User avatar
sickpig
Posts: 589
Joined: 2019-01-23 10:34

Re: Buster Gnome deactivate bluetooth on startup

#2 Post by sickpig »

stop the service:

#systemctl stop bluetooth.service

Then, disable it:

#systemctl disable bluetooth.service

Check:

$systemctl status bluetooth.service

possibly even mask it

#systemctl mask bluetooth.service

Post Reply