Translations:System Settings/Task Scheduler/21/en: Difference between revisions
Appearance
Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
== Environment Variables == | |||
Sometimes a task or multiple tasks need a specific variable set, it must be added in the '''Environment Variables''' section. The '''cron''' utility uses its own environment, system wide and user specific variables are not used. Click '''New Variable''' to add a new variable definition, or '''Modify''' to change an existing variable. | Sometimes a task or multiple tasks need a specific variable set, it must be added in the '''Environment Variables''' section. The '''cron''' utility uses its own environment, system wide and user specific variables are not used. Click '''New Variable''' to add a new variable definition, or '''Modify''' to change an existing variable. | ||
* Enter the name of the variable to use. This name: | * Enter the name of the variable to use. This name: |
Revision as of 06:50, 26 December 2018
Environment Variables
Sometimes a task or multiple tasks need a specific variable set, it must be added in the Environment Variables section. The cron utility uses its own environment, system wide and user specific variables are not used. Click New Variable to add a new variable definition, or Modify to change an existing variable.
- Enter the name of the variable to use. This name:
- Must consist of letters, digits and underscore ('_') only
- Must start with a latter
- Should not be a reserved or commonly used system variable. See https://pubs.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap08.html for more information
- The value the variable will contain. This can be a number or string.
- Enter a brief description of the variable.