Hi every i want my RB restart every 10 days how can doo this please
thanks fro every one
My regards
schedule this every 10 day, at 04:00 AM:
/system reboot;
To do the scheduling, see the “/system scheduler” menu. You want the “interval” to be “10d”.
Simply paste this on new terminal:
/system scheduler
add name=auto_reboot_each_10_days policy=reboot interval=10d start-date=jan/01/2014 start-time=04:00:00 on-event="/system reboot;"
mm thanks my friend and if i want let it 15days just change in the code ?? and also in the date
yes, just change the interval.
/system reboot ![]()