hi,
running ubuntu server 11.10 no problems now.
want restart server every day @ 1am automaticaly, posible , how?
server running 24h @ day. , want restart daily 1 time.

posted
mandza
hi,
running ubuntu server 11.10 no problems now.
want restart server every day @ 1am automaticaly, posible , how?
server running 24h @ day. , want restart daily 1 time.
hi mandza
sounds funny thing me, simple enough. use root's crontab reboot. edit with
and add
code:
0 1 * * * /sbin/reboot
or perhaps more elegantly:
code:
55 12 * * * /sbin/shutdown -r 01:00 'daily reboot'
hope helps. why want reboot it?
kind regards,
jonathan.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [SOLVED] Auto Restart
Ubuntu
Comments
Post a Comment