mirror of
https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git
synced 2025-09-02 20:52:41 +02:00
Moved some configutation options to the config files Minor text changes Converted a lot of spaces to tabs
7 lines
552 B
Plaintext
7 lines
552 B
Plaintext
# min hour day month weekday command
|
|
*/15 * * * * busybox run-parts /system/sdcard/config/cron/periodic/15min
|
|
0 * * * * busybox run-parts /system/sdcard/config/cron/periodic/hourly
|
|
0 2 * * * busybox run-parts /system/sdcard/config/cron/periodic/daily
|
|
0 3 * * 6 busybox run-parts /system/sdcard/config/cron/periodic/weekly
|
|
0 5 1 * * busybox run-parts /system/sdcard/config/cron/periodic/monthly
|