From e9c6a12f23ba0fb078c726f74b703e4ca7d8ae69 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 29 Aug 2022 07:16:20 +0400 Subject: [PATCH] Rearranged options in a logrotate file. --- configs/logrotate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/logrotate b/configs/logrotate index 3b660e0..15fc3a5 100644 --- a/configs/logrotate +++ b/configs/logrotate @@ -1,5 +1,7 @@ /var/log/dwelling-radio/*log { nocreate + missingok + notifempty size 1M compress compresscmd /usr/bin/zstd @@ -7,8 +9,6 @@ compressoptions -T0 --long -15 uncompresscmd /usr/bin/unzstd sharedscripts - missingok - notifempty postrotate /bin/pkill -HUP dwelling-radio endscript