mirror of
https://git.bashclub.org/bashclub/zsync.git
synced 2024-11-25 00:55:58 +01:00
Add logrotate config
This commit is contained in:
parent
fec08d6873
commit
65c23b744a
9
bashclub-zsync/etc/logrotate.d/bashclub_zsync
Normal file
9
bashclub-zsync/etc/logrotate.d/bashclub_zsync
Normal file
@ -0,0 +1,9 @@
|
||||
/var/log/zsync/*.log {
|
||||
weekly
|
||||
rotate 12
|
||||
compress
|
||||
delaycompress
|
||||
missingok
|
||||
notifempty
|
||||
create 644 root root
|
||||
}
|
Loading…
Reference in New Issue
Block a user