Age | Commit message (Collapse) | Author |
|
Maybe debian and fedora still have the killall.service but usually it shouldn't be necessary anymore.
|
|
|
|
systemd-shutdown invocations
|
|
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.
|
|
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.
|
|
|