Išjungiam Bluetooth Centos 7
Startuojant kompiuteriui pasileidžia Bluetooth. Aš to nenoriu ir man to nereikia.
Radau sprendimą.
1. būdas:
sudo gedit /etc/bluetooth/main.conf
keičiame:
DisablePlugins = network,input InitiallyPowered = false
2. būdas:
sudo nano /etc/rc.local
įrašome:
rfkill block bluetooth
patikriname ls -l /etc/rc.local ar failas turi vykdymo teises, jei reikia įvykdome:
chmod +x /etc/rc.local
Viskas.