aboutsummaryrefslogtreecommitdiff
path: root/arch-modules-load.service
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-10-06 17:02:45 +0200
committerTom Gundersen <teg@jklm.no>2012-10-06 17:02:45 +0200
commit75854bbd5f7d2ef05c3dd8e4bd2bbcc614daec68 (patch)
tree25dc19ac346cb8ee8a30298672d1d5ebc587d29f /arch-modules-load.service
parent1ef1701df3e156ac67af827ff9b5139c3b8512c3 (diff)
downloadinitscripts-75854bbd5f7d2ef05c3dd8e4bd2bbcc614daec68.tar.xz
arch-modules-load: drop from systemd compat layer
We now no longer support reading the MODULES array when booting with systemd. The support is kept in initscripts (though a warning is printed) for sake of compatibility. Both initscripts and systemd should be using the new modules-load.d syntax and we should remove all mention of the old from varios documentation, for the sake of simplicity. Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'arch-modules-load.service')
-rw-r--r--arch-modules-load.service9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch-modules-load.service b/arch-modules-load.service
deleted file mode 100644
index 829e37a..0000000
--- a/arch-modules-load.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Documentation=man:arch-modules-load(8)
-Description=Load modules defined in rc.conf
-DefaultDependencies=no
-Before=systemd-modules-load.service
-
-[Service]
-ExecStart=/usr/lib/systemd/arch-modules-load
-Type=oneshot