Skip to content
Snippets Groups Projects
Commit 9723bd5c authored by ale's avatar ale
Browse files

Replace lz4 with zstd

In preparation for an upcoming change in the 'tabacco' service to
switch to zstd, make sure the package is available.
parent bfe7082f
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@
- restic
- runcron
- acpid
- lz4
- zstd
- man-db
- jq
- gpg
......
......@@ -3,9 +3,9 @@
missingok
rotate {{ log_collector_retention_days|default(15) }}
compress
compresscmd /usr/bin/lz4c
compressoptions -z
compressext .lz4
compresscmd /usr/bin/zstd
compressoptions -9
compressext .zstd
notifempty
create 0600 docker-log-collector adm
sharedscripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment