diff options
author | Adrian Vovk <adrianvovk@gmail.com> | 2024-01-09 00:37:52 +0100 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2024-02-19 12:18:11 +0100 |
commit | c3d50255fc90859a80b8e2f5e009ecc17b83ef0d (patch) | |
tree | 36b8e9b39aa9e09e3fe43f99ef1a1f7db7781fa0 /man/systemd-homed.service.xml | |
parent | user-record: Add blobDirectory and blobManifest (diff) | |
download | systemd-c3d50255fc90859a80b8e2f5e009ecc17b83ef0d.tar.xz systemd-c3d50255fc90859a80b8e2f5e009ecc17b83ef0d.zip |
homed: Create & advertise blob directory
This ensures that a user-specific blob directory exists in
/var/cache/systemd/homed for as long as the user exists, and gets
deleted if the user gets deleted.
It also advertises this blob directory via the user record, so that
clients can find and use it.
Diffstat (limited to 'man/systemd-homed.service.xml')
-rw-r--r-- | man/systemd-homed.service.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/systemd-homed.service.xml b/man/systemd-homed.service.xml index a4561776c9..42e5780ccc 100644 --- a/man/systemd-homed.service.xml +++ b/man/systemd-homed.service.xml @@ -46,6 +46,10 @@ url="https://systemd.io/USER_GROUP_API">User/Group Record Lookup API via Varlink</ulink>, and thus may be browsed with <citerefentry><refentrytitle>userdbctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para> + + <para><filename>systemd-homed.service</filename> also manages blob directories for each home directory + it manages. See <ulink url="https://systemd.io/USER_RECORD_BLOB_DIRS">User Record Blob Directories</ulink> + for more details.</para> </refsect1> <refsect1> |