aboutsummaryrefslogtreecommitdiff
path: root/services/unmount
blob: 6574c8d41d427b2f2830c7f8c72b12b4a78d7746 (plain)
1
2
3
4
5
6
7
8
9
description unmount overlay filesystem
type wait
target %0
after sigkill
before sync
exec {
	umount -nli /var/lib /usr /etc
	umount -nli /cfg/overlay
}