OpenElec Shutdown at specific time
#1
I've recently made the transition from Windows to openelec and was wondering how I can schedule a shutdown for a specific time (eg 11pm each night). I previously did this with a scheduled task in windows, but not sure how to go about this in openelec. Is this possible?
Thanks!
Reply
#2
ssh in and run 'crontab -e'

paste:

0 23 * * * * /usr/sbin/halt -p

hit ctrl+o to write, hit enter to accept the default filename, hit ctrl+x to exit
Reply

Logout Mark Read Team Forum Stats Members Help
OpenElec Shutdown at specific time0