From e993fa880e0352688505ba9230cf9b21cbcdb11c Mon Sep 17 00:00:00 2001 From: MegaV0lt Date: Thu, 26 Sep 2019 14:59:45 +0200 Subject: [PATCH] Update log2ram.initd Replaced dependency "neet localmount" by "after localmount" --- log2ram.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }