diff mbox series

[BlueZ] settings-storage: Document use of StateDirectory

Message ID 20220419183435.2534491-1-luiz.dentz@gmail.com
State New
Headers show
Series [BlueZ] settings-storage: Document use of StateDirectory | expand

Commit Message

Luiz Augusto von Dentz April 19, 2022, 6:34 p.m. UTC
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This documents the use of StateDirecory environment variable which
overwrites the default storage diretory when set.
---
 doc/settings-storage.txt | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/doc/settings-storage.txt b/doc/settings-storage.txt
index 26584f201..178e7d07b 100644
--- a/doc/settings-storage.txt
+++ b/doc/settings-storage.txt
@@ -18,6 +18,11 @@  change.
 Default storage directory is /var/lib/bluetooth. This can be adjusted
 by the --localstatedir configure switch. Default is --localstatedir=/var.
 
+When loading as a service the storage directory can be set via
+StateDirectory environment variable:
+
+https://www.freedesktop.org/software/systemd/man/systemd.exec.html
+
 All files are in ini-file format.