mirror of
https://github.com/azlux/log2ram.git
synced 2023-10-10 13:37:24 +02:00
Update log2ram.initd
Replaced dependency "neet localmount" by "after localmount"
This commit is contained in:
parent
aa9beee67a
commit
e993fa880e
@ -9,7 +9,7 @@ description="Store logfiles in RAM to minimize writes to disk."
|
|||||||
extra_started_commands="write"
|
extra_started_commands="write"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need localmount
|
after localmount
|
||||||
before logger
|
before logger
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user