Skip to content
Snippets Groups Projects
Commit 1285d1f0 authored by Adam Wujek's avatar Adam Wujek
Browse files

[BUG: #252] rootfs/etc/init.d: fix adding crom entries for system clock monitor


Reduce the possible range in Kconfig to the half of the possible range.
E.g. setting job to be run every 40minutes is not trivial and */40 will
not work. Instead it will run the job at minute 0, then 40, then again
at 0 (after 40min, then after 20min).

Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
parent 053e07d9
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment