aboutsummaryrefslogtreecommitdiff
path: root/arch-modules-load.service
AgeCommit message (Collapse)AuthorFiles
2012-10-06arch-modules-load: drop from systemd compat layerTom Gundersen1
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>
2012-08-20Remove SourcePath from arch-modules-load.serviceJan Alexander Steffens (heftig)1
This setting is intended for dynamically created units. Signed-off-by: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
2012-08-09arch-modules-load, arch-daemons: add manpages2012.08.2Tom Gundersen1
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>
2012-07-28merge initscripts-systemdTom Gundersen1
This makes sure that systemd supports some initscripts API's. With this patch, systemd will: * Parse and use DAEMONS and MODULES from rc.conf * Run rc.local and rc.local.shutdown on boot and shutdown respectively Signed-off-by: Tom Gundersen <teg@jklm.no>