Add READMEs in all .d directories

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2021-03-26 09:27:11 +01:00
parent 3b0754b16c
commit d83e90c73c
12 changed files with 75 additions and 13 deletions

8
sysusers.d/README Normal file
View File

@@ -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.

View File

@@ -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