corregirme si hay algo mal
SHELL=/bin/sh
HOME=/PLUGINS/PanelKGD/Init/Crond/
PATH=/sbin:/bin:/usr/sbin:/usr/bin
# minuto(00-59) hora(00-23) dia(01-31) mes(00-11) sem(0-6) Script/Comando
##Ejemplos
#15 00 01 * * /PLUGINS/PanelKGD/Init/Crond/tu_script.sh (ejecuta un script el dia 1 de cada mes a las 00:15)
#* 05 * * * vfd_display -td210 REBOOT (hace un reboot todos los dias a las 5 de la madrugada)
# Comprueba si esta en standby y lo esta enciende del deco a las 4:54 de la madrugada
#57 06 * * * /PLUGINS/PanelKGD/Init/Crond/wakeup.sh
# Carga el EPG a las 5 de la madrugada
00 03 * * * cd /PLUGINS/PanelKGD/epg;./getepg;./epgdat -f /DATA/hdb1/D+EPG/dplus.epg -n 9 -s
# Y a las 5:30 manda el deco a standby
#30 07 * * * /PLUGINS/PanelKGD/Init/Crond/sleep.sh
SHELL=/bin/sh
HOME=/PLUGINS/PanelKGD/Init/Crond/
PATH=/sbin:/bin:/usr/sbin:/usr/bin
# minuto(00-59) hora(00-23) dia(01-31) mes(00-11) sem(0-6) Script/Comando
##Ejemplos
#15 00 01 * * /PLUGINS/PanelKGD/Init/Crond/tu_script.sh (ejecuta un script el dia 1 de cada mes a las 00:15)
#* 05 * * * vfd_display -td210 REBOOT (hace un reboot todos los dias a las 5 de la madrugada)
# Comprueba si esta en standby y lo esta enciende del deco a las 4:54 de la madrugada
#57 06 * * * /PLUGINS/PanelKGD/Init/Crond/wakeup.sh
# Carga el EPG a las 5 de la madrugada
00 03 * * * cd /PLUGINS/PanelKGD/epg;./getepg;./epgdat -f /DATA/hdb1/D+EPG/dplus.epg -n 9 -s
# Y a las 5:30 manda el deco a standby
#30 07 * * * /PLUGINS/PanelKGD/Init/Crond/sleep.sh
