Skip to content

WIP: testing/mnc: new aport

Frank J. Cameron requested to merge fjc/aports:testing/mnc into master

For sxmo we wanted a utility to work with rtcwake to wake the phone up to run cron jobs. This utility reads the user's crontab and prints the number of seconds until the next job should run. The utility is not sxmo specific and may be useful to anyone, but we can rename to sxmo-mnc if desired. Example usage with sxmo:

sxmoscreenlock.sh rtc "$(echo $(mnc)-5 | bc)"

Merge request reports