diff options
author | rebortg <github@ghlr.de> | 2019-04-03 21:58:58 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2019-04-03 21:58:58 +0200 |
commit | fdf235905c0fb13591078e9b0b065dacfdd801fc (patch) | |
tree | f5b89722937a57c099e696395c0b7e891046daba /docs/system | |
parent | b794545cd86097de62f79c83d55b5a60bc369d35 (diff) | |
download | vyos-documentation-fdf235905c0fb13591078e9b0b065dacfdd801fc.tar.gz vyos-documentation-fdf235905c0fb13591078e9b0b065dacfdd801fc.zip |
add commandscripting docu
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/task-scheduler.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/system/task-scheduler.rst b/docs/system/task-scheduler.rst index 032a2bea..73057afd 100644 --- a/docs/system/task-scheduler.rst +++ b/docs/system/task-scheduler.rst @@ -4,7 +4,8 @@ Task scheduler -------------- -Task scheduler — allows scheduled task execution. Note that scripts excecuted this way are executed as root user - this may be dangerous. +| Task scheduler — allows scheduled task execution. Note that scripts excecuted this way are executed as root user - this may be dangerous. +| Together with :ref:`commandscripting` this can be used for automating configuration. .. code-block:: sh |