Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-25 | arch: remove obsolete sysinit.service | Tom Gundersen | |
This is now split into smaller units and shipped with the downstream package. | |||
2010-10-19 | fsck: properly hook in fsck everywhere, add special support for fsck'ing ↵ | Lennart Poettering | |
root dir | |||
2010-09-06 | units: Provide separate fsck.target for Debian | Michael 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-11 | unit: 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-06 | units: split fsck.target from sysinit.target for suse compat | Lennart Poettering | |
2010-07-13 | units: fix minor typo | Lennart Poettering | |
2010-07-12 | units: introduce emergency.target | Lennart Poettering | |
2010-06-16 | units: make Arch boot | Tom 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-04 | units: introduce and explain sysinit.target | Lennart Poettering | |