diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-05-10 14:57:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-05-10 14:59:26 +0200 |
commit | f2147ed5eacf56157e78adc318635c25ecb71503 (patch) | |
tree | 0a4260545228182f2700d2f86fb2b33cd0c4f1af /docs/USER_RECORD.md | |
parent | man: document new userdbd features (diff) | |
download | systemd-f2147ed5eacf56157e78adc318635c25ecb71503.tar.xz systemd-f2147ed5eacf56157e78adc318635c25ecb71503.zip |
docs: link info about static user/group drop-in files from the relevant specs
Diffstat (limited to 'docs/USER_RECORD.md')
-rw-r--r-- | docs/USER_RECORD.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index 6cba02aa0c..6435d2cf5f 100644 --- a/docs/USER_RECORD.md +++ b/docs/USER_RECORD.md @@ -75,7 +75,11 @@ Records](https://systemd.io/GROUP_RECORD) that encapsulate UNIX groups. JSON User Records may be transferred or written to disk in various protocols and formats. To inquire about such records defined on the local system use the -[User/Group Lookup API via Varlink](https://systemd.io/USER_GROUP_API). +[User/Group Lookup API via +Varlink](https://systemd.io/USER_GROUP_API). User/group records may also be +dropped in number of drop-in directories as files. See +[`nss-systemd(8)`](https://www.freedesktop.org/software/systemd/man/nss-systemd.html) +for details. ## Why JSON? |