diff --git a/log2ram.initd b/log2ram.initd index 8cf4aa6..0aba816 100644 --- a/log2ram.initd +++ b/log2ram.initd @@ -9,7 +9,7 @@ description="Store logfiles in RAM to minimize writes to disk." extra_started_commands="write" depend() { - need localmount + after localmount before logger }