From ab7cac7ae5538d170def6016c287b7fd0130897f Mon Sep 17 00:00:00 2001 From: Tim Veluwenkamp Date: Fri, 31 Oct 2025 09:57:23 +0100 Subject: [PATCH] Fix command for automatic logrotate detection Updated the command for logrotate detection in the documentation from hypernode-auto-logrotate-detect --detect to the correct hypernode-auto-logrotate --detect --- .../tools/how-to-configure-automatic-logfile-rotation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/tools/how-to-configure-automatic-logfile-rotation.md b/docs/hypernode-platform/tools/how-to-configure-automatic-logfile-rotation.md index c3ef0430..33660d16 100644 --- a/docs/hypernode-platform/tools/how-to-configure-automatic-logfile-rotation.md +++ b/docs/hypernode-platform/tools/how-to-configure-automatic-logfile-rotation.md @@ -81,7 +81,7 @@ The [logrotate main page](https://linux.die.net/man/8/logrotate) contains instru *****This cronjob configuration is deployed by default on new Hypernodes. If you don't want this configuration, feel free to comment or delete the configuration from your crontab.***** -To make sure you keep your logrotate config keeps up to date with newer log files, it is advised to run `hypernode-auto-logrotate-detect --detect` every night. Open your cronjob configuration with `crontab -e` and add the following configuration. +To make sure you keep your logrotate config keeps up to date with newer log files, it is advised to run `hypernode-auto-logrotate --detect` every night. Open your cronjob configuration with `crontab -e` and add the following configuration. ``` # Add logfiles to logrotate configuration