1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 12:35:22 +02:00
tldr/pages/linux/bluetoothd.md

25 lines
621 B
Markdown
Raw Normal View History

2021-06-25 17:05:54 -03:00
# bluetoothd
> Daemon to manage bluetooth devices.
> More information: <https://manned.org/bluetoothd>.
- Start the daemon:
`bluetoothd`
- Start the daemon, logging to `stdout`:
2021-06-25 17:05:54 -03:00
`bluetoothd {{[-n|--nodetach]}}`
2021-06-25 17:05:54 -03:00
- Start the daemon with a specific configuration file (defaults to `/etc/bluetooth/main.conf`):
`bluetoothd {{[-f|--configfile]}} {{path/to/file}}`
2021-06-25 17:05:54 -03:00
- Start the daemon with verbose output to `stderr`:
2021-06-25 17:05:54 -03:00
`bluetoothd {{[-d|--debug]}}`
2021-06-25 17:05:54 -03:00
- Start the daemon with verbose output coming from specific files in the bluetoothd or plugins source:
`bluetoothd {{[-d|--debug=]}}{{path/to/file1:path/to/file2:...}}`