diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-26 09:27:11 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-26 09:35:07 +0100 |
commit | d83e90c73cf25a839f5e60f355baa0d38364ff41 (patch) | |
tree | 2b924b2e897c0b0c2fcf97cbcbccfb7afbc843e8 /sysusers.d | |
parent | config files: recommend systemd-analyze cat-config (diff) | |
download | systemd-d83e90c73cf25a839f5e60f355baa0d38364ff41.tar.xz systemd-d83e90c73cf25a839f5e60f355baa0d38364ff41.zip |
Add READMEs in all .d directories
Diffstat (limited to 'sysusers.d')
-rw-r--r-- | sysusers.d/README | 8 | ||||
-rw-r--r-- | sysusers.d/meson.build | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/sysusers.d/README b/sysusers.d/README new file mode 100644 index 0000000000..df3049cc53 --- /dev/null +++ b/sysusers.d/README @@ -0,0 +1,8 @@ +Files in this directory contain configuration for systemd-sysusers, a program +to allocate system users and groups. + +See man:sysusers.d(5) for explanation of the configuration file format, and +man:systemd-sysusers(8) for a description of when and how this configuration is +applied. + +Use 'systemd-analyze cat-config sysusers.d' to display the effective config. diff --git a/sysusers.d/meson.build b/sysusers.d/meson.build index 93a61f0d9a..ef809a4f44 100644 --- a/sysusers.d/meson.build +++ b/sysusers.d/meson.build @@ -1,5 +1,9 @@ # SPDX-License-Identifier: LGPL-2.1-or-later +if enable_sysusers + install_data('README', install_dir : sysusersdir) +endif + in_files = ['basic.conf'] foreach file : in_files |