aboutsummaryrefslogtreecommitdiff
path: root/arch-daemons
AgeCommit message (Collapse)AuthorFiles
2012-10-07arch-daemons: warn more loudly when a legacy rc script is being usedTom Gundersen1
This should hopefully help against people accidentally both using legacy units and native units for the same service at the same time. Signed-off-by: Tom Gundersen <teg@jklm.no>
2012-08-20Add special target for rc.conf DAEMONSJan Alexander Steffens (heftig)1
This (re)introduces arch-daemons.target, so a simple systemctl mask arch-daemons.target will suppress the starting of DAEMONS from rc.conf. 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-28arch-daemons: add some sanity checkingTom Gundersen1
Don't create wrapper services, for things that are not exectuable files. 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>