diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-02-02 18:11:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 18:11:06 +0000 |
commit | e609cb23219a2ac256d2591827205057e7da1b75 (patch) | |
tree | d0c9b9e667d33d80840e9c24d4ec6d29de8d20a7 | |
parent | ee91e1d5c1d58a3a165dba26c4c8b3396d5489b9 (diff) | |
parent | 79b67c40713df848c6811d086a1974418bfceb51 (diff) | |
download | vyos-documentation-e609cb23219a2ac256d2591827205057e7da1b75.tar.gz vyos-documentation-e609cb23219a2ac256d2591827205057e7da1b75.zip |
Merge pull request #941 from nicolas-fort/sysctl
sysctl: Add docs for sysctl command
-rw-r--r-- | docs/configuration/system/index.rst | 1 | ||||
-rw-r--r-- | docs/configuration/system/sysctl.disable | 2 | ||||
-rw-r--r-- | docs/configuration/system/sysctl.rst | 12 |
3 files changed, 13 insertions, 2 deletions
diff --git a/docs/configuration/system/index.rst b/docs/configuration/system/index.rst index 363c6141..4df787a9 100644 --- a/docs/configuration/system/index.rst +++ b/docs/configuration/system/index.rst @@ -20,6 +20,7 @@ System option proxy syslog + sysctl task-scheduler time-zone diff --git a/docs/configuration/system/sysctl.disable b/docs/configuration/system/sysctl.disable deleted file mode 100644 index 82ffd159..00000000 --- a/docs/configuration/system/sysctl.disable +++ /dev/null @@ -1,2 +0,0 @@ -sysctl -######
\ No newline at end of file diff --git a/docs/configuration/system/sysctl.rst b/docs/configuration/system/sysctl.rst new file mode 100644 index 00000000..06e15031 --- /dev/null +++ b/docs/configuration/system/sysctl.rst @@ -0,0 +1,12 @@ +.. _sysctl: + +###### +Sysctl +###### + +This chapeter describes how to configure kernel parameters at runtime. + +``sysctl`` is used to modify kernel parameters at runtime. The parameters +available are those listed under /proc/sys/. + +.. cfgcmd:: set system sysctl parameter <parameter> value <value> |