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
sysctl.d/README Normal file
View File

@@ -0,0 +1,8 @@
Files in this directory contain configuration for systemd-sysctl.service, a
service to configure sysctl kernel parameters.
See man:sysctl.d(5) for explanation of the configuration file format, and
man:sysctl(8) and man:systemd-sysctl.service(8) for a description of when and
how this configuration is applied.
Use 'systemd-analyze cat-config sysctl.d' to display the effective config.

View File

@@ -1,6 +1,7 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
install_data(
'README',
'50-default.conf',
install_dir : sysctldir)