From 8ffbcad1b94bfd43a0d294227fc7d6f49441a30b Mon Sep 17 00:00:00 2001 From: ppom Date: Wed, 28 May 2025 12:00:00 +0200 Subject: [PATCH] Add test-config man page --- release.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release.py b/release.py index 9e5e2b6..08ae4a5 100644 --- a/release.py +++ b/release.py @@ -74,6 +74,7 @@ You'll need to install minisign to check the authenticity of the package. After installing reaction, create your configuration file at `/etc/reaction.json`, `/etc/reaction.jsonnet` or `/etc/reaction.yml`. +You can also provide a directory containing multiple configuration files in the previous formats. See for documentation. Reload systemd: @@ -145,6 +146,7 @@ $ sudo systemctl enable --now reaction@reaction.jsonnet.service "reaction-show.1", "reaction-start.1", "reaction-test-regex.1", + "reaction-test-config.1", ] for file in files: shutil.copy(file, pkg_name)