diff options
Diffstat (limited to 'examples/source/mount-sync')
-rw-r--r-- | examples/source/mount-sync/dependencies | 1 | ||||
-rw-r--r-- | examples/source/mount-sync/down | 1 | ||||
-rw-r--r-- | examples/source/mount-sync/type | 1 | ||||
-rw-r--r-- | examples/source/mount-sync/up | 3 |
4 files changed, 6 insertions, 0 deletions
diff --git a/examples/source/mount-sync/dependencies b/examples/source/mount-sync/dependencies new file mode 100644 index 0000000..9bd14f7 --- /dev/null +++ b/examples/source/mount-sync/dependencies @@ -0,0 +1 @@ +init-diskconfig diff --git a/examples/source/mount-sync/down b/examples/source/mount-sync/down new file mode 100644 index 0000000..1f0fdc1 --- /dev/null +++ b/examples/source/mount-sync/down @@ -0,0 +1 @@ +s6-umount /mnt/syncfs diff --git a/examples/source/mount-sync/type b/examples/source/mount-sync/type new file mode 100644 index 0000000..bdd22a1 --- /dev/null +++ b/examples/source/mount-sync/type @@ -0,0 +1 @@ +oneshot diff --git a/examples/source/mount-sync/up b/examples/source/mount-sync/up new file mode 100644 index 0000000..5832a83 --- /dev/null +++ b/examples/source/mount-sync/up @@ -0,0 +1,3 @@ +s6-envdir -i /run/disk-devices +import -i syncfs +s6-mount -wt ext4 -o barrier=0,sync,nodev,noexec,nosuid /dev/${syncfs} /mnt/syncfs |