From 3a182ce84b40c65535e202bf4c0a907485079ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 5 Jul 2024 18:05:01 -0300 Subject: [PATCH] wip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- core/cron/waste-collector | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/cron/waste-collector b/core/cron/waste-collector index a96411ed20..0d6800b8cd 100644 --- a/core/cron/waste-collector +++ b/core/cron/waste-collector @@ -1,2 +1,2 @@ -# Run every 4 hours -0 */4 * * * journalctl-vaccum \ No newline at end of file +@reboot root journalctl-vaccum +0 */4 * * * root journalctl-vaccum # Run every 4 hours \ No newline at end of file