summaryrefslogtreecommitdiff
path: root/units/sysinit.target.m4
AgeCommit message (Collapse)Author
2010-09-06units: Provide separate fsck.target for DebianMichael Biebl
On Debian sysinit is not a single script but a separate runlevel. Split of fsck.target into separate unit file as otherwise we get an unbreakable cycle on shutdown/reboot.
2010-08-11unit: rename OnlyByDependency= to RefuseManualStart= and introduce ↵Lennart Poettering
RefuseManualStop= Some unit shall never be start on user request (e.g. shutdown.target) others never be stopped on user request (e.g. auditd.servce), hence offer options for both.
2010-08-06units: split fsck.target from sysinit.target for suse compatLennart Poettering
2010-07-13units: fix minor typoLennart Poettering
2010-07-12units: introduce emergency.targetLennart Poettering
2010-06-16units: make Arch bootTom Gundersen
This patch gives minimal Arch support (enough to boot). We still need to parse the services to start from /etc/rc.conf before systemd can be a drop-in replacement on Arch.
2010-06-04units: introduce and explain sysinit.targetLennart Poettering