Page 1 of 1

Turn off TV from cron

Posted: Sun Mar 22, 2015 10:06 am
by mackowiakp
I want to turn off my ES8000 everyday at 2 AM. I want to run turning off command from cron.
Does anybody know what command turn off TV? I have SamyGo installed on my TV.

Re: Turn off TV from cron

Posted: Sun Mar 22, 2015 10:10 am
by zoelechat

Code: Select all

/sbin/micom shutdown

Re: Turn off TV from cron

Posted: Sun Mar 22, 2015 10:30 am
by mackowiakp
I have no such file on my TV:

Code: Select all

root@tv:/etc # ls
HOSTNAME       fstab          localtime      passwd         rc.local
Scripts        hosts          mtab           profile        resolv.conf
cgroup_init    inittab        nsswitch.conf  protocols

Re: Turn off TV from cron

Posted: Sun Mar 22, 2015 10:36 am
by mackowiakp
OK, I found it (SORRY!!!)

Code: Select all

/sbin/micom shutdown
THX !