Driver hook
Supported keywords:
- command
- events
- max_peers
Keyword command
required: false
scopable: false
convert: shlex
Description:
The command to execute on selected events.
The program is fed the json-formatted event data through stdin.
Keyword events
required: false
scopable: false
convert: list
Description:
The list of events to execute the hook command on.
The special value all is also supported.
Keyword max_peers
required: false
scopable: false
convert: int
Example:
max_peers=8
Description: