summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-03-14 20:48:30 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-03-14 20:48:30 +0100
commit5cc38c2717d412f594426e772679c489057109db (patch)
tree6826960c8824ab593f540ff9ba1444ff1e1171ff
parent58c67c293a808d7820de0331b521eecb218d6a0f (diff)
downloadmoztmp-5cc38c2717d412f594426e772679c489057109db.tar.gz
moztmp-5cc38c2717d412f594426e772679c489057109db.tar.bz2
moztmp-5cc38c2717d412f594426e772679c489057109db.zip
Fix the problem, that backsync is not possible on shutdown.
-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
}