mirror of
https://github.com/pygos/init-scripts.git
synced 2024-11-14 00:47:10 +01:00
9 lines
152 B
Text
9 lines
152 B
Text
description unmount overlay filesystem
|
|
type wait
|
|
target %0
|
|
after sigkill
|
|
before sync
|
|
exec {
|
|
umount -nli /var/lib /usr /etc
|
|
umount -nli /cfg/overlay
|
|
}
|