Link to home
Start Free TrialLog in
Avatar of mark_06
mark_06

asked on

Trixbox Configure automatic nightly reboot

Hi,

I am running Trixbox 2.2.4 and I want to configure it so that each night at say 2.00am it reboots itself. How do I configure this in linux?

Thanks

Mark
Avatar of http:// thevpn.guru
http:// thevpn.guru
Flag of Denmark image

Setup a cronjob

crontab -e

and add a line saying

00 2 * * * /sbin/shutdown now
Avatar of mark_06
mark_06

ASKER

will that reboot the computer or just shut it down?
Try this

00 2 * * * /sbin/shutdown -r now

ASKER CERTIFIED SOLUTION
Avatar of Pétur Ingi Egilsson
Pétur Ingi Egilsson
Flag of Iceland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
why would you want to?