other:networking:opnsense:cron-jobs
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | other:networking:opnsense:cron-jobs [2020/01/11 19:17] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== opnSense Cron Jobs ====== | ||
| + | |||
| + | Basically, it uses [[http:// | ||
| + | < | ||
| + | cd / | ||
| + | </ | ||
| + | |||
| + | Create a file with the name // | ||
| + | |||
| + | Example of a file named actions_updatedns.conf: | ||
| + | <file name=actions_updatedns.conf> | ||
| + | [reload] | ||
| + | command:/ | ||
| + | parameter: | ||
| + | type:script | ||
| + | message: | ||
| + | description: | ||
| + | </ | ||
| + | |||
| + | Now that you have added a new config, you need to reload configd so it will read it: | ||
| + | < | ||
| + | service configd restart | ||
| + | </ | ||
| + | And, test that you did everything right | ||
| + | < | ||
| + | configctl updatedns reload | ||
| + | </ | ||
| + | the script / | ||
| + | |||
| + | Once this is done, the string after message (or description, | ||
| + | |||
| + | The log files are stored in / | ||
| + | |||
| + | ==== Bibliography ==== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[http:// | ||
other/networking/opnsense/cron-jobs.txt · Last modified: by 127.0.0.1
