Replies: 1 comment 3 replies
-
Your issue is not reproducible. The used steps:
Crontab contents:
logcat entry:
File If you want to have
If wake lock is disabled, the service execution will slow down or be freezed when screen is off. If Termux app is closed, the Android is free to kill all its remaining processes. This behavior is not a bug. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
crond runs in the foreground.
crontab -l
*/1 * * * * echo hello>>~/t.txt
Beta Was this translation helpful? Give feedback.
All reactions