2021-06-25 21:05:54 +01:00
|
|
|
# bluetoothd
|
|
|
|
|
|
|
|
> Daemon to manage bluetooth devices.
|
|
|
|
> More information: <https://manned.org/bluetoothd>.
|
|
|
|
|
|
|
|
- Start the daemon:
|
|
|
|
|
|
|
|
`bluetoothd`
|
|
|
|
|
2022-12-04 07:53:34 +00:00
|
|
|
- Start the daemon, logging to `stdout`:
|
2021-06-25 21:05:54 +01:00
|
|
|
|
|
|
|
`bluetoothd --nodetach`
|
|
|
|
|
|
|
|
- Start the daemon with a specific configuration file (defaults to `/etc/bluetooth/main.conf`):
|
|
|
|
|
|
|
|
`bluetoothd --configfile {{path/to/file}}`
|
|
|
|
|
2022-12-04 07:53:34 +00:00
|
|
|
- Start the daemon with verbose output to `stderr`:
|
2021-06-25 21:05:54 +01:00
|
|
|
|
|
|
|
`bluetoothd --debug`
|
|
|
|
|
|
|
|
- Start the daemon with verbose output coming from specific files in the bluetoothd or plugins source:
|
|
|
|
|
2024-01-31 03:55:19 +00:00
|
|
|
`bluetoothd --debug={{path/to/file1:path/to/file2:...}}`
|