mirror of
https://github.com/opnsense/docs.git
synced 2026-05-04 22:40:25 -05:00
BE: add new Scheduled jobs feature
This commit is contained in:
@@ -37,6 +37,7 @@ More information:
|
||||
vendor/deciso/oidc
|
||||
vendor/deciso/extended_dnsbl
|
||||
vendor/deciso/userportal
|
||||
vendor/deciso/scheduled_jobs
|
||||
|
||||
|
||||
|
||||
|
||||
23
source/vendor/deciso/scheduled_jobs.rst
vendored
Normal file
23
source/vendor/deciso/scheduled_jobs.rst
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
======================================
|
||||
Scheduled jobs
|
||||
======================================
|
||||
|
||||
Similar to the `cron <https://docs.opnsense.org/manual/settingsmenu.html#cron>`__ service, scheduled jobs can
|
||||
execute certain predefined commands.
|
||||
The difference is cron is used for periodic schedules, jobs handles one time planned events.
|
||||
|
||||
This feature is practical to plan automatic updates during maintenance slots or to shutdown the system if we know
|
||||
electrical engineers are going to cut the power at a specific time.
|
||||
|
||||
A list of example commands can be found at the cron section of the manual.
|
||||
|
||||
======================================== =====================================================================================================
|
||||
**Fieldname** **Purpose**
|
||||
======================================== =====================================================================================================
|
||||
Time Date and time the action should be performed
|
||||
Until (s) When scheduled, counts down to the moment of execution
|
||||
Command Configd command to execute
|
||||
Parameters Optional parameters
|
||||
Description Description to use for the job.
|
||||
======================================== =====================================================================================================
|
||||
|
||||
Reference in New Issue
Block a user