From 88c99fff0f6782fa57c182def3f6ef7ef6e27ba8 Mon Sep 17 00:00:00 2001 From: ppom Date: Thu, 12 Feb 2026 12:00:00 +0100 Subject: [PATCH] Fix install instructions --- release.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.py b/release.py index 5fa870c..6cc456b 100644 --- a/release.py +++ b/release.py @@ -114,8 +114,8 @@ $ sudo systemctl daemon-reload Then enable and start reaction with this command ```bash -# replace `reaction.jsonnet` with the name of your configuration file in /etc/ -$ sudo systemctl enable --now reaction@reaction.jsonnet.service +# write first your configuration file(s) in /etc/reaction/ +$ sudo systemctl enable --now reaction.service ``` """.strip(), ]