aboutsummaryrefslogtreecommitdiff
path: root/arch-modules-load.8.txt
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-08-09 22:55:12 +0200
committerTom Gundersen <teg@jklm.no>2012-08-09 23:21:24 +0200
commit9c4808d333758205b689ffc37c561d268e7faf53 (patch)
tree5a27928a488474f0fd3ae1ccc60f71f38783a1c3 /arch-modules-load.8.txt
parenta6c6009011f3544ff737c2078b44aff20396a539 (diff)
downloadinitscripts-9c4808d333758205b689ffc37c561d268e7faf53.tar.xz
arch-modules-load, arch-daemons: add manpages2012.08.2
Rather than pointing to the documentation online, include the documentation here. The main point with the documentation is to point out that these things should not be used. Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'arch-modules-load.8.txt')
-rw-r--r--arch-modules-load.8.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/arch-modules-load.8.txt b/arch-modules-load.8.txt
new file mode 100644
index 0000000..cffad32
--- /dev/null
+++ b/arch-modules-load.8.txt
@@ -0,0 +1,35 @@
+/////
+vim:set ts=4 sw=4 syntax=asciidoc noet:
+/////
+arch-modules-load(8)
+====================
+
+NAME
+----
+arch-modules-load, arch-modules-load.service - Compatibility layer for rc.conf's MODULES array
+
+SYNOPSIS
+--------
+/usr/lib/systemd/arch-modules-load
+
+arch-modules-load.service
+
+DESCRIPTION
+-----------
+Parses the MODULES array from rc.conf at early boot and passes on the list of modules to load to
+systemd-modules-load.
+
+arch-modules-load and systemd-modules-load are used the same by both initscripts and systemd.
+
+Note: this is meant as a compatibility layer only for the purposes of easing users' transition from
+the old rc.conf syntax to the new systemd syntax. You are strongly encouraged to not rely on this,
+but rather use the native modules-load.d configuration format.
+
+SEE ALSO
+--------
+
+rc.conf(5), systemd-modules-load(8), modules-load.d(5)
+
+AUTHORS
+-------
+Written by Tom Gundersen.