From 75854bbd5f7d2ef05c3dd8e4bd2bbcc614daec68 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sat, 6 Oct 2012 17:02:45 +0200 Subject: 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 --- arch-modules-load.service | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 arch-modules-load.service (limited to 'arch-modules-load.service') 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 -- cgit v1.2.3