息屏ssh没有问题了,但是一执行schedule就不行,heart beat时有时无...
终于找到了解决方案, termux可以运行termux-wake-lock
防止设备休眠
pkg install termux-api
termux-wake-lock
termux-wake-unlock
举个栗子:
termux-wake-lock && node myTask.js && termux-wake-unlock
息屏ssh没有问题了,但是一执行schedule就不行,heart beat时有时无...
终于找到了解决方案, termux可以运行termux-wake-lock
防止设备休眠
pkg install termux-api
termux-wake-lock
termux-wake-unlock
举个栗子:
termux-wake-lock && node myTask.js && termux-wake-unlock