From db1413d7380acacc4e50faf801ca0d401da89764 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 25 Apr 2011 20:41:47 +0200 Subject: sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, /etc, /run --- man/modules-load.d.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'man/modules-load.d.xml') diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml index 34076916da..b2f15dc7b6 100644 --- a/man/modules-load.d.xml +++ b/man/modules-load.d.xml @@ -46,14 +46,16 @@ + /usr/lib/modules-load.d/*.conf /etc/modules-load.d/*.conf + /run/modules-load.d/*.conf Description systemd uses - /etc/modules-load.d/ to configure + files from the above directories to configure kernel modules to load during boot in a static list. Each configuration file is named in the style of /etc/modules-load.d/<program>.conf. Note @@ -72,6 +74,19 @@ newlines. Empty lines and lines whose first non-whitespace character is # or ; are ignored. + Files in /etc/ overwrite + files with the same name in /usr/lib/. + Files in /run overwrite files with + the same name in /etc/ and + /usr/lib/. Packages should install their + configuration files in /usr/lib/, files + in /etc/ are reserved for the local + administration, which possibly decides to overwrite the + configurations installed from packages. All files are sorted + by filename in alphabetical order, regardless in which of the + directories they reside, to ensure that a specific + configuration file takes precedence over another file with + an alphabetically later name. -- cgit v1.2.3-54-g00ecf