eventd-exec.conf(5)

exec plugin configuration

Build version: 0.30.0 - v0.30.0

Name

eventd-exec.conf — exec plugin configuration

Synopsis

Configuration for the exec plugin.

Description

The exec plugin allows to run arbitrary commands.

Action sections

Section [Exec]

Disable=

A boolean

If true, no command will be run.

Command=

A format string

The command to exec when an event occurs. It is run asynchronously.

StdInTemplate=

A file name, containing a format string

The file name is not a file URI, no data references may be used here.

The whole file content is taken as a format string.

If present, the resolved format string will be written to the command standard input.

See Also

eventd core man pages
eventd(1)

eventd daemon command-line options

eventdctl(1)

eventdctl (control tool) command-line options

eventd.conf(5)

eventd configuration

Contains information about all the event configuration

Plugins distributed with eventd will use the same scheme: eventd-plugin-name for their additional eventd command-line options, eventdctl-plugin-name for their additional eventdctl command-line options, eventd-plugin-name.conf for their configuration,

Plugins man pages