VR-25 / djs

Daily Job Scheduler
https://github.com/Magisk-Modules-Repo/djs
GNU General Public License v3.0
82 stars 12 forks source link

Magisk module and boot lines #4

Closed notEvil closed 3 years ago

notEvil commented 4 years ago

Hi,

you recommend the Magisk module but its a version behind. For any good reason?

I'd like to try the new version because I have troubles getting boot lines to work, specifically boot ip rule add from all lookup main pref 1. When I schedule the same command at a specific time it successfully gets executed. Magisk log shows djs: exec [service.sh] followed by ** boot_complete triggered. Would appreciate any help, even just a push in the right direction.

notEvil commented 4 years ago

Turned out the command gets executed but its effect undone soon after. boot (sleep 10; ip rule add from all lookup main pref 1)& did the trick!