From c73624a553ff41c62b1d3f79a4b070f631e30c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 15 Jun 2020 16:28:41 +0200 Subject: [PATCH] man: do not say that systemd-modules-load.service only uses static config Inspired by https://github.com/systemd/zram-generator/issues/26#issuecomment-644097273. --- man/systemd-modules-load.service.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/man/systemd-modules-load.service.xml b/man/systemd-modules-load.service.xml index ca9edef367..e960609c6c 100644 --- a/man/systemd-modules-load.service.xml +++ b/man/systemd-modules-load.service.xml @@ -29,14 +29,15 @@ Description - systemd-modules-load.service is an - early boot service that loads kernel modules based on static - configuration. + systemd-modules-load.service is an early boot service that loads kernel + modules. It reads static configuration from files in /usr and + /etc, but also runtime configuration from /run and the kernel + command line (see below). See - modules-load.d5 - for information about the configuration of this service. - + modules-load.d5 for + information about the configuration format of this service and paths where configuration files can be + created.