Rearranged options in a logrotate file.
This commit is contained in:
parent
8267d7d907
commit
e9c6a12f23
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user