Wlaczyc cron w sertupie
Advanced settings (x - exit) []? 42
Cron is a scheduling agent, capable of executing any task at a
specific min,hour,day,month.
42 Enable Cron deamon (y/n) ? [n]?y
a potem:
[LINUX] crontab -e
# If you want your time server to update automaticly everyday then uncomment
# the line below. This is not recommended for dialup connections. The server
# will update automaticly everytime there is a new external IP address
# regardless of this setting.
# 0 0 * * * exec synctime 1>/dev/null 2>/dev/null
#
0 7 * * * reboot 2>/dev/null
# pusta linia na końcu !!!
F10 y
i już
