PRGomes-Debian
(usa Outra)
Enviado em 04/05/2019 - 22:06h
Então meu caro "msoliver"... de fato eu consegui interromper através do terminal como você falou blá, blá, blá...stop, mas após reiniciar o meu note o bluetooth liga novamente, meu Debian tem vida própria. Precisamos mexer no script daquele arquivo de bluetooth.
Esse início aí do cabeçalho lhe diz alguma coisa?
#! /bin/sh
### BEGIN INIT INFO
# Provides: bluetooth
# Required-Start: $local_fs $syslog $remote_fs dbus
# Required-Stop: $local_fs $syslog $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start bluetooth daemons
### END INIT INFO
#
# bluez Bluetooth subsystem starting and stopping
#
# originally from bluez's scripts/bluetooth.init
#
# Edd Dumbill <ejad@debian.org>
# LSB 3.0 compilance and enhancements by Filippo Giunchedi <filippo@debian.org>
#
# Updated for bluez 4.7 by Mario Limonciello <mario_limonciello@dell.com>
# Updated for bluez 5.5 by Nobuhiro Iwamatsu <iwamatsu@debian.org>
#
# Note: older daemons like dund pand hidd are now shipped inside the
# bluez-compat package
Paulo Gomes 2019