diff options
Diffstat (limited to 'services/tmpfs')
-rw-r--r-- | services/tmpfs | 5 |
1 files changed, 5 insertions, 0 deletions
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 |