From: Zbigniew Jędrzejewski-Szmek Date: Mon, 15 Jun 2020 14:28:41 +0000 (+0200) Subject: man: do not say that systemd-modules-load.service only uses static config X-Git-Tag: v246-rc1~133^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c73624a553ff41c62b1d3f79a4b070f631e30c1e;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/systemd-modules-load.service.xml b/man/systemd-modules-load.service.xml index ca9edef3670..e960609c6cf 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.