summaryrefslogtreecommitdiff
path: root/init.d/moztmp
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/moztmp')
-rwxr-xr-xinit.d/moztmp4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.d/moztmp b/init.d/moztmp
index 5cb3ec1..1fbf7fb 100755
--- a/init.d/moztmp
+++ b/init.d/moztmp
@@ -1,7 +1,9 @@
#!/sbin/runscript
depend() {
- need localmount
+ # yes - we need 'swap' here
+ # if this is omitted, swap will unmount our tmpfs -.-'
+ need localmount swap
after bootmisc
}