diff --git a/configs/logrotate b/configs/logrotate index e182584..0b65b3d 100644 --- a/configs/logrotate +++ b/configs/logrotate @@ -1,15 +1,12 @@ /var/log/dwelling-upload/*log { nocreate + copytruncate size 1M compress compresscmd /usr/bin/zstd compressext .zst compressoptions -T0 --long -15 uncompresscmd /usr/bin/unzstd - sharedscripts missingok notifempty - postrotate - /bin/pkill -HUP dwelling-upload - endscript } \ No newline at end of file