From d83e90c73cf25a839f5e60f355baa0d38364ff41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 26 Mar 2021 09:27:11 +0100 Subject: Add READMEs in all .d directories --- sysctl.d/README | 8 ++++++++ sysctl.d/meson.build | 1 + 2 files changed, 9 insertions(+) create mode 100644 sysctl.d/README (limited to 'sysctl.d') diff --git a/sysctl.d/README b/sysctl.d/README new file mode 100644 index 0000000000..ab216b108e --- /dev/null +++ b/sysctl.d/README @@ -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. diff --git a/sysctl.d/meson.build b/sysctl.d/meson.build index e8d8fc8c53..7e3482af62 100644 --- a/sysctl.d/meson.build +++ b/sysctl.d/meson.build @@ -1,6 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later install_data( + 'README', '50-default.conf', install_dir : sysctldir) -- cgit v1.2.1