aboutsummaryrefslogtreecommitdiff
path: root/rootfs/etc/runit/3
diff options
context:
space:
mode:
Diffstat (limited to 'rootfs/etc/runit/3')
-rwxr-xr-xrootfs/etc/runit/36
1 files changed, 6 insertions, 0 deletions
diff --git a/rootfs/etc/runit/3 b/rootfs/etc/runit/3
new file mode 100755
index 0000000..8a0018d
--- /dev/null
+++ b/rootfs/etc/runit/3
@@ -0,0 +1,6 @@
+#!/bin/sh
+# disable all network interfaces
+ifdown -a
+
+# unmount all drives
+umount -a -r