From 739a16933bd968599a7764fa44bfee44b010fb82 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sat, 30 Dec 2023 13:56:07 +1000 Subject: [PATCH] Add explanation for adding user to system group --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aadc0a..191eaf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix incorrect function decorator preventing startup in telegraf mode. - Ensure the ntpmon user is in the chrony or ntp system groups if they are - present. + present. This fixes the inability to read chrony logs by default on Debian + and Ubuntu. - Add test suite for line_protocol and fix some resultant bugs. - Reduce polling frequency on peer stats log to once every 3 seconds.