Admin-sched: Difference between revisions

From Tomato64
(Created page with "<span id="scheduler"></span> == Scheduler == The scheduler menu allows you to schedule tasks to execute periodically. The web interface is a front end for the ''cru'', a front-end for BusyBox's version of crontab (crond). <br /> '''Reboot'''<br /> 20220107-084024.png<br /> The reboot function allows you to schedule a periodic reboot of the device.<br /> <br /> '''Reconnect'''<br /> File:/pasted/20220107-084345.png|20220107-084345....")
 
No edit summary
 
Line 6: Line 6:
<br />
<br />
'''Reboot'''<br />
'''Reboot'''<br />
[[File:/pasted/20220107-084024.png|20220107-084024.png]]<br />
[[File:20220107-084024.png|frame|none]]
<br />
The reboot function allows you to schedule a periodic reboot of the device.<br />
The reboot function allows you to schedule a periodic reboot of the device.<br />
<br />
<br />
'''Reconnect'''<br />
'''Reconnect'''<br />
[[File:/pasted/20220107-084345.png|20220107-084345.png]]<br />
[[File:20220107-084345.png|frame|none]]
<br />
Here, you can schedule a WAN reconnection.<br />
Here, you can schedule a WAN reconnection.<br />
<br />
<br />
'''Custom x'''<br />
'''Custom x'''<br />
[[File:/pasted/20220107-084257.png|20220107-084257.png]]<br />
[[File:20220107-084257.png|frame|none]]
<br />
The 5 Custom fields allow you to run custom commands. If the commands called are not in the $PATH (<code>echo $PATH</code> and <code>which yourcommand</code> to verify), make sure to specify their full filesystem location.
The 5 Custom fields allow you to run custom commands. If the commands called are not in the $PATH (<code>echo $PATH</code> and <code>which yourcommand</code> to verify), make sure to specify their full filesystem location.


<br />
<br />
<br />
<br />

Latest revision as of 21:00, 30 September 2023

Scheduler

The scheduler menu allows you to schedule tasks to execute periodically. The web interface is a front end for the cru, a front-end for BusyBox's version of crontab (crond).


Reboot


The reboot function allows you to schedule a periodic reboot of the device.

Reconnect


Here, you can schedule a WAN reconnection.

Custom x


The 5 Custom fields allow you to run custom commands. If the commands called are not in the $PATH (echo $PATH and which yourcommand to verify), make sure to specify their full filesystem location.