backend/configd - update for https://github.com/opnsense/core/issues/8525 amd add missing streaming type

This commit is contained in:
Ad Schellevis 2025-04-10 08:40:19 +02:00
parent 57759b68fb
commit 7eaec85f51

View File

@ -78,6 +78,9 @@ Action properties
| type | script|script_output | type of call: |
| | | - script (only return exit status) |
| | | - script_output (return result) |
| | | - stream_output (return result in streaming mode) |
+-----------------------+------------------------+--------------------------------------------------------+
| errors | text [no] | :code:`errors:no` ignores the scripts exit code |
+-----------------------+------------------------+--------------------------------------------------------+
| message | text | Message to send to syslog (you can use %s parameters) |
+-----------------------+------------------------+--------------------------------------------------------+