mirror of
https://github.com/pygos/init-scripts.git
synced 2024-11-14 17:07:11 +01:00
10 lines
152 B
Text
10 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
|
||
|
}
|