summaryrefslogtreecommitdiffstats
path: root/docs/USER_RECORD.md
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-11-19 10:55:57 +0100
committerLennart Poettering <lennart@poettering.net>2021-11-23 08:07:21 +0100
commit2f09e2eea1257bcf19e7d57b6f8c7b3466743d77 (patch)
treea33b31b7e975fdce65e8a6fed94f47a1745afe9c /docs/USER_RECORD.md
parenthomework: upload home password into kernel keyring if needed (diff)
downloadsystemd-2f09e2eea1257bcf19e7d57b6f8c7b3466743d77.tar.xz
systemd-2f09e2eea1257bcf19e7d57b6f8c7b3466743d77.zip
man/doc: document auto resize modes
Diffstat (limited to 'docs/USER_RECORD.md')
-rw-r--r--docs/USER_RECORD.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md
index 9263d2db1d..9634f32b70 100644
--- a/docs/USER_RECORD.md
+++ b/docs/USER_RECORD.md
@@ -501,6 +501,12 @@ memory cost for the PBKDF operation, when LUKS storage is used, in bytes.
`luksPbkdfParallelThreads` → An unsigned 64bit integer, indicating the intended
required parallel threads for the PBKDF operation, when LUKS storage is used.
+`autoResizeMode` → A string, one of `off`, `grow`, `shrink-and-grow`. Unless
+set to `off`, controls whether the home area shall be grown automatically to
+the size configured in `diskSize` automatically at login time. If set to
+`shrink-and-grown` the home area is also shrunk to the minimal size possible
+(as dictated by used disk space and file system constraints) on logout.
+
`service` → A string declaring the service that defines or manages this user
record. It is recommended to use reverse domain name notation for this. For
example, if `systemd-homed` manages a user a string of `io.systemd.Home` is