mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 03:46:41 +00:00
Update cheatsheets
This commit is contained in:
29
linux/bluetoothd
Normal file
29
linux/bluetoothd
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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:...}}`
|
||||
Reference in New Issue
Block a user