diff options
Diffstat (limited to 'services/tmpfs.in')
-rw-r--r-- | services/tmpfs.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/services/tmpfs.in b/services/tmpfs.in new file mode 100644 index 0000000..1aa48cc --- /dev/null +++ b/services/tmpfs.in @@ -0,0 +1,5 @@ +description "mount /tmp" +type wait +target boot +before vfs +exec "@SBINPATH@/mount" -t tmpfs none /tmp |