1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 13:22:09 +02:00
tldr/pages/linux/bluetoothd.md
2021-06-25 21:05:54 +01:00

24 lines
599 B
Markdown

# bluetoothd
> Daemon to manage bluetooth devices.
> More information: <https://manned.org/bluetoothd>.
- Start the daemon:
`bluetoothd`
- Start the daemon, logging to stdout:
`bluetoothd --nodetach`
- Start the daemon with a specific configuration file (defaults to `/etc/bluetooth/main.conf`):
`bluetoothd --configfile {{path/to/file}}`
- Start the daemon with verbose output to stderr:
`bluetoothd --debug`
- Start the daemon with verbose output coming from specific files in the bluetoothd or plugins source:
`bluetoothd --debug={{path/to/file1}}:{{path/to/file2}}:{{path/to/file3}}`