From 5cc38c2717d412f594426e772679c489057109db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 14 Mar 2011 20:48:30 +0100 Subject: Fix the problem, that backsync is not possible on shutdown. --- init.d/moztmp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 } -- cgit v1.2.3