From 021fa432447bd7b447ca39738040698db39d751b Mon Sep 17 00:00:00 2001
From: David Oberhollenzer <david.oberhollenzer@tele2.at>
Date: Mon, 5 Nov 2018 15:28:18 +0100
Subject: Initial commit

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
---
 services/tmpfs | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 services/tmpfs

(limited to 'services/tmpfs')

diff --git a/services/tmpfs b/services/tmpfs
new file mode 100644
index 0000000..411a42b
--- /dev/null
+++ b/services/tmpfs
@@ -0,0 +1,5 @@
+description "mount /tmp"
+type wait
+target boot
+before vfs
+exec mount -t tmpfs none /tmp
-- 
cgit v1.2.3