1
0
Fork 0
mirror of https://github.com/pygos/init-scripts.git synced 2024-11-14 17:07:11 +01:00
init-scripts/services/unmount

10 lines
152 B
Text
Raw Normal View History

description unmount overlay filesystem
type wait
target %0
after sigkill
before sync
exec {
umount -nli /var/lib /usr /etc
umount -nli /cfg/overlay
}