Initial commit
This commit is contained in:
9
docker-assets/template-config/logrotate
Normal file
9
docker-assets/template-config/logrotate
Normal file
@@ -0,0 +1,9 @@
|
||||
/data/log/*.log {
|
||||
|
||||
weekly
|
||||
create 0644 root root
|
||||
rotate 2
|
||||
compress
|
||||
|
||||
delaycompress
|
||||
}
|
||||
Reference in New Issue
Block a user