mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-20 03:28:08 +00:00
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.
|
||
|---|---|---|
| .. | ||
| fsck.target | ||
| halt.service | ||
| killall.service | ||
| poweroff.service | ||
| reboot.service | ||
| umountfs.service | ||
| umountnfs.service | ||
| umountroot.service | ||