mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
Add READMEs in all .d directories
This commit is contained in:
8
sysusers.d/README
Normal file
8
sysusers.d/README
Normal 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.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user