From 1f57a7e84aee7827f9b25f232ca46152a15da371 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Tue, 11 Jun 2024 20:36:55 +0300 Subject: [PATCH] all: imp chlog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0b6e9a..d697c35a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,11 +33,23 @@ NOTE: Add new changes BELOW THIS COMMENT. - The `systemd`-based service now uses `journal` for logging by default. It also doesn't create the `/var/log/` directory anymore ([#7053]). + **NOTE:** With an installed service for changes to take effect, you need to + reinstall the service using `-r` flag of the [install script] or via the CLI: + + ```sh + # ./AdGuardHome -s uninstall + # ./AdGuardHome -s install + ``` + + Don't forget to backup your configuration file and other important data before + reinstalling the service. + ### Deprecated - Node 18 support, Node 20 will be required in future releases. [#7053]: https://github.com/AdguardTeam/AdGuardHome/issues/7053 +[install script]: https://github.com/AdguardTeam/AdGuardHome/?tab=readme-ov-file#automated-install-linux-and-mac