Selaa lähdekoodia
Update log2ram.initd
Replaced dependency "neet localmount" by "after localmount"
pull/94/head
MegaV0lt
5 vuotta sitten
committed by
GitHub
vanhempi
commit
e993fa880e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
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 |
|
|
|
} |
|
|
|
|
|
|
|