Message ID | 20220419183435.2534491-1-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 832b594a25051b11345c3491dd20958c22278dfe |
Headers | show |
Series | [BlueZ] settings-storage: Document use of StateDirectory | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | success | Gitlint PASS |
tedd_an/setupell | success | Setup ELL PASS |
tedd_an/buildprep | success | Build Prep PASS |
tedd_an/build | success | Build Configuration PASS |
tedd_an/makecheck | success | Make Check PASS |
tedd_an/makecheckvalgrind | success | Make Check PASS |
tedd_an/makedistcheck | success | Make Distcheck PASS |
tedd_an/build_extell | success | Build External ELL PASS |
tedd_an/build_extell_make | success | Build Make with External ELL PASS |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=633492 ---Test result--- Test Summary: CheckPatch PASS 1.36 seconds GitLint PASS 0.95 seconds Prep - Setup ELL PASS 43.35 seconds Build - Prep PASS 0.72 seconds Build - Configure PASS 8.73 seconds Build - Make PASS 1437.45 seconds Make Check PASS 12.18 seconds Make Check w/Valgrind PASS 447.82 seconds Make Distcheck PASS 234.23 seconds Build w/ext ELL - Configure PASS 8.81 seconds Build w/ext ELL - Make PASS 1425.42 seconds Incremental Build with patchesPASS 0.00 seconds --- Regards, Linux Bluetooth
Hello: This patch was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Tue, 19 Apr 2022 11:34:35 -0700 you wrote: > 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(+) Here is the summary with links: - [BlueZ] settings-storage: Document use of StateDirectory https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=832b594a2505 You are awesome, thank you!
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.
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(+)