
micrond is a daemon for execute program at your desired time

Modify file:
/var/etc/SifTeam/conf/crontab

* * * * * /var/bin/YOUR_PROGRAM


..and start with plugin System start

Example, this command reboot decoder at 04:30 - any day - any month
30 04 * * * /usr/bin/rebootSIF

P.S.
* * * * *
is:
<minute> <hour> <day> <month> <dow>

* is "all"
