Options (4)
-n, --nodetachbooleanStart the daemon, logging to `stdout`
Example:
bluetoothd {{[-n|--nodetach]}}-f, --configfilebooleanStart the daemon with a specific configuration file (defaults to `/etc/bluetooth/main.conf`)
Example:
bluetoothd {{[-f|--configfile]}} {{path/to/file}}-d, --debugbooleanStart the daemon with verbose output to `stderr`
Example:
bluetoothd {{[-d|--debug]}}-dbooleanStart the daemon with verbose output coming from specific files in the bluetoothd or plugins source
Example:
bluetoothd {{[-d|--debug=]}}{{path/to/file1:path/to/file2:...}}Examples (5)
Start the daemon
Start the daemon, logging to `stdout`
bluetoothd [-n|--nodetach]Start the daemon with a specific configuration file (defaults to `/etc/bluetooth/main.conf`)
bluetoothd [-f|--configfile] path/to/fileStart the daemon with verbose output to `stderr`
bluetoothd [-d|--debug]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:...made by @shridhargupta | data from tldr-pages