aboutsummaryrefslogtreecommitdiff
path: root/services/unmount
diff options
context:
space:
mode:
Diffstat (limited to 'services/unmount')
-rw-r--r--services/unmount9
1 files changed, 9 insertions, 0 deletions
diff --git a/services/unmount b/services/unmount
new file mode 100644
index 0000000..6574c8d
--- /dev/null
+++ b/services/unmount
@@ -0,0 +1,9 @@
+description unmount overlay filesystem
+type wait
+target %0
+after sigkill
+before sync
+exec {
+ umount -nli /var/lib /usr /etc
+ umount -nli /cfg/overlay
+}