summaryrefslogtreecommitdiffstats
path: root/src/shutdown/umount.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* Try stopping MD RAID devices in shutdown tooHubert Kario2020-09-221-0/+2
| | | | | | | | | | | | Currently the systemd-shutdown command attempts to stop swaps, DM (crypt, LVM2) and loop devices, but it doesn't attempt to stop MD RAID devices, which means that if the RAID is set up on crypt, loop, etc. device, it won't be able to stop those underlying devices. This code extends the shutdown application to also attempt stopping the MD RAID devices. Signed-off-by: Hubert Kario <hubert@kario.pl>
* shutdown: rearrange shutdown sources in source treeLennart Poettering2019-03-051-0/+30
Let's move the shutdown binary into its own subdirectory in src/shutdown, after all it is relatively isolated from the normal PID 1 sources, being a different binary and all. Unfortunately it's not possible to move some of the code, since it is shared with PID 1, that I wished we could move, but I still think it's worth it.