[mythtv-users] shutdown at scheduled time

Thomas Boehm mythtv-users at lists.boehmi.net
Tue Sep 24 21:09:55 UTC 2013


jacek burghardt wrote:
> Is there script or cron job that will shutdown server at night each day ?
>
If you create a cron job, then there will be ;-)

sudo crontab -e

0 0 * * * /sbin/poweroff

Save it and your server will shut down each day at midnight.

The more elegant solution is this one though
http://www.mythtv.org/wiki/ACPI_Wakeup

HTH
Thomas

 


More information about the mythtv-users mailing list