2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-07 15:20:36 +00:00

update README

This commit is contained in:
Christopher Roy Bratusek 2019-05-05 20:28:34 +02:00
parent ed0945248a
commit 60cc72d78e

View File

@ -405,16 +405,16 @@ The following init scripts are bundled with NanoDroid
* fstrim * fstrim
* trim file systems (may increase speed) * trim file systems (may increase speed)
* logcat * logcat
* store logcat in /data/adb * store logcat in /data/adb/logcat
* logs older than 7 days are deleted on every reboot * logs older than 7 days are deleted on every reboot
* logscleaner * logscleaner
* clean up log files * clean up system log files older than 7 days
* sqlite * sqlite
* clean up sqlite databases * clean up sqlite databases
When in Magisk Mode the init scripts create their log files in When in Magisk Mode the init scripts create their log files in
`/magisk/NanoDroid/.logs/${script}.log.${date}` `/magisk/NanoDroid/logs/${script}.log.${date}`
When installed to /system your ROM needs to support running scripts in When installed to /system your ROM needs to support running scripts in