mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 06:05:59 +02:00
bluetoothd: add page (#6158)
This commit is contained in:
parent
9619f7a3ba
commit
85d8608478
1 changed files with 24 additions and 0 deletions
24
pages/linux/bluetoothd.md
Normal file
24
pages/linux/bluetoothd.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue