Community discussions

MikroTik App
 
Vilmis
just joined
Topic Author
Posts: 11
Joined: Wed Jan 26, 2005 9:53 pm
Location: Klaipeda

reboot script

Thu Jan 27, 2005 12:04 am

Does anyone have router reboot script. Please write it here. Thank you
 
User avatar
YazzY
Member Candidate
Member Candidate
Posts: 140
Joined: Fri May 28, 2004 3:26 pm
Location: Norway, Østfold
Contact:

Thu Jan 27, 2005 3:11 am

What do you exactly want it to do?
 
Vilmis
just joined
Topic Author
Posts: 11
Joined: Wed Jan 26, 2005 9:53 pm
Location: Klaipeda

Thu Jan 27, 2005 9:17 am

I want server to reboot everyday at 11:59 AM
 
edzix
Member
Member
Posts: 333
Joined: Thu Jul 01, 2004 3:01 pm
Location: Latvia

Thu Jan 27, 2005 1:42 pm

try this:
/system scheduler add name=reboot interval=24h start-time=11:59:00 on-event={/system reboot} disabled=no
Edgars
 
Vilmis
just joined
Topic Author
Posts: 11
Joined: Wed Jan 26, 2005 9:53 pm
Location: Klaipeda

Fri Jan 28, 2005 6:30 pm

thanks a lot. It works.