dettofatto wrote: 
> How do you made with raspberry?

SSH into RasPi
execute this command:
crontab -e

The file is opened in nano

And add this as the last line:
0 3 * * * sudo /sbin/shutdown -r now

To exit press CTRL-X and save the file. 

The job is then active and the raspberry will perform a reboot at 3
o’clock at night.


------------------------------------------------------------------------
ChipMonk's Profile: http://forums.slimdevices.com/member.php?userid=40072
View this thread: http://forums.slimdevices.com/showthread.php?t=104028

_______________________________________________
Touch mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to