micron v0.0.4

k@lkov

Super VIP
Messages
10,003
Code:
micrond is a daemon for execute program at your desired time

[B]Modify file:[/B]
/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"
 

k@lkov

Super VIP
Messages
10,003
micron v0.0.4 r7

Code:
micrond is a daemon for execute program at your desired time

[B]Modify file:[/B]
/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
 
Top