1
0

Rearranged options in a logrotate file.

This commit is contained in:
Alexander Andreev 2022-08-29 07:16:20 +04:00
parent 8267d7d907
commit e9c6a12f23
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -1,5 +1,7 @@
/var/log/dwelling-radio/*log { /var/log/dwelling-radio/*log {
nocreate nocreate
missingok
notifempty
size 1M size 1M
compress compress
compresscmd /usr/bin/zstd compresscmd /usr/bin/zstd
@ -7,8 +9,6 @@
compressoptions -T0 --long -15 compressoptions -T0 --long -15
uncompresscmd /usr/bin/unzstd uncompresscmd /usr/bin/unzstd
sharedscripts sharedscripts
missingok
notifempty
postrotate postrotate
/bin/pkill -HUP dwelling-radio /bin/pkill -HUP dwelling-radio
endscript endscript