diff options
| author | LiudmylaNad <l.nadolina@vyos.io> | 2026-03-16 14:11:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-16 13:11:02 +0000 |
| commit | a7b27d5ca0535a22d40abc213c763b6d6b570ede (patch) | |
| tree | 673886186400840b3ae2a7f88d9e1438e787239f /docs/configuration | |
| parent | 486164be72f0632b96bd4bb29cdab9f2c4d1d978 (diff) | |
| download | vyos-documentation-a7b27d5ca0535a22d40abc213c763b6d6b570ede.tar.gz vyos-documentation-a7b27d5ca0535a22d40abc213c763b6d6b570ede.zip | |
DOC: Add information about execute permissions. (#1796)
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/highavailability/index.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration/highavailability/index.rst b/docs/configuration/highavailability/index.rst index a7683ef3..40465c30 100644 --- a/docs/configuration/highavailability/index.rst +++ b/docs/configuration/highavailability/index.rst @@ -308,6 +308,14 @@ execute custom checks in addition to the master router reachability. Transition scripts are executed when VRRP state changes from master to backup or fault and vice versa and can be used to enable or disable certain services, for example. +.. note:: Simply placing script files in ``/config/scripts/`` does not mean the + system can execute them. To make custom scripts executable, grant them + **execute permissions**. Use the following command: + + .. code-block:: none + + chmod +x /config/scripts/script-name.sh + .. warning:: It is not recommended to change VRRP configuration inside health-check and transition scripts. |
