reaction/config
ppom b4313699df
systemd: Let reaction stop its subprocesses before killing them
systemd by default send SIGTERM to all processes in the cgroup, which
doesn't let reaction handle the shutdown of its plugins.
This is fixed by adding KillMode=mixed.
2026-02-12 12:00:00 +01:00
..
example.jsonnet Update example configs to get rid of ip46tables 2025-08-04 12:00:00 +02:00
example.yml Update example configs to get rid of ip46tables 2025-08-04 12:00:00 +02:00
reaction.service systemd: Let reaction stop its subprocesses before killing them 2026-02-12 12:00:00 +01:00
README.md Update configuration 2025-05-31 12:00:00 +02:00

Configuration

Here reside two equal configurations, one in YAML and one in JSONnet.

Those serve as a configuration reference for now, waiting for a more complete reference in the wiki.

Please take a look at the wiki for security implications of using reaction, FAQ, JSONnet tips, and multiple examples of filters and actions.