SliTaz Man Pages

Community Doc Forum Pro Shop Bugs Hg Cook

EVENTD-FILE.CONF

Section: eventd Manual (5)
Updated: 02/26/2016
Index Return to Main Contents

NAME

eventd-file.conf - file plugin configuration

SYNOPSIS

Configuration for the file plugin.

DESCRIPTION

The file plugin allows to write arbitrary string to arbitrary files.

ACTION SECTIONS

Section [FileWrite]

Disable=

A boolean

If true, nothing will be written.

File=

A format string of a GIO file URI

The file to write to.

This can be any URI supported by GIO on your platform.

Writing operations are done asynchronously.

String=

A format string

The string to write. The string is used as-in, so you have to write "\n" at the end of the string if you want to write lines.

Truncate= (defaults to false)

A boolean

If true, the file will be truncated before writing to it.

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 installed 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

exec plugin: eventd-exec.conf(5)

file plugin: eventd-file.conf(5)

nd plugin: eventdctl-nd(1) eventd-nd.conf(5)

notify plugin: eventd-notify.conf(5)

AUTHOR

Quentin Glidic <sardemff7@eventd.org>

Developer

Index

NAME
SYNOPSIS
DESCRIPTION
ACTION SECTIONS
Section [FileWrite]
SEE ALSO
AUTHOR