From 85d8608478815aeb38888b3658632832e1710f9e Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Fri, 25 Jun 2021 17:05:54 -0300 Subject: [PATCH] bluetoothd: add page (#6158) --- pages/linux/bluetoothd.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/bluetoothd.md diff --git a/pages/linux/bluetoothd.md b/pages/linux/bluetoothd.md new file mode 100644 index 0000000000..05ccc80309 --- /dev/null +++ b/pages/linux/bluetoothd.md @@ -0,0 +1,24 @@ +# bluetoothd + +> Daemon to manage bluetooth devices. +> More information: . + +- 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}}`