From 8cbfce9157775069e285083263c11c4bbff8f400 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 14 Jul 2025 14:23:26 +0100 Subject: [PATCH] tile: switch to zstd for apache logrotate --- cookbooks/tile/templates/default/logrotate.apache.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cookbooks/tile/templates/default/logrotate.apache.erb b/cookbooks/tile/templates/default/logrotate.apache.erb index 1d7e24e45..cf15ac0c8 100644 --- a/cookbooks/tile/templates/default/logrotate.apache.erb +++ b/cookbooks/tile/templates/default/logrotate.apache.erb @@ -7,6 +7,10 @@ rotate 14 compress delaycompress + compresscmd /usr/bin/zstd + compressext .zst + compressoptions -T0 + uncompresscmd /usr/bin/unzstd notifempty create 640 root adm sharedscripts -- 2.39.5