diff --git a/source/development/backend/configd.rst b/source/development/backend/configd.rst index 7e6063a8..a653be07 100644 --- a/source/development/backend/configd.rst +++ b/source/development/backend/configd.rst @@ -82,6 +82,9 @@ Action properties +-----------------------+------------------------+--------------------------------------------------------+ | errors | text [no] | :code:`errors:no` ignores the scripts exit code | +-----------------------+------------------------+--------------------------------------------------------+ +| allowed_groups | text | list of groups allowed to execute | +| | | this action (e.g. wheel) | ++-----------------------+------------------------+--------------------------------------------------------+ | message | text | Message to send to syslog (you can use %s parameters) | +-----------------------+------------------------+--------------------------------------------------------+ | description | text | User-friendly description, also allows GUI usage |