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