summaryrefslogtreecommitdiff
path: root/units/debian
AgeCommit message (Collapse)Author
2010-11-14Remove umount*.service files for DebianMichael Biebl
With the introduction of native shutdown/reboot, the killall.service was removed (as this functionality was moved into systemd-shutdown). Without killall.service though, the umount*.service files no longer work correctly. Wit native mount support those files are also no longer necessary, so remove them.
2010-10-26units: Remove the distro specific references to killall.service.Franz Dietrich
Maybe debian and fedora still have the killall.service but usually it shouldn't be necessary anymore.
2010-10-25fsck: remove symlink from fsck.target to sysinit.targetTom Gundersen
2010-10-14units: get rid of distro-specific shutdown scripts, replace them by ↵Lennart Poettering
systemd-shutdown invocations
2010-09-08units: add umount unit files for DebianMichael Biebl
Add unit files to call /etc/init.d/umountnfs.sh stop (network file systems) /etc/init.d/umountfs stop (local file systems) /etc/init.d/umountroot stop ("/" file system) in the right order and hook them up in the umount.target so they are run on shutdown and reboot.
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-09-06units: Add halt, killall, poweroff and reboot unit files for DebianMichael Biebl