Added logrotate package and config
Rev'd to 1.3
This commit is contained in:
9
Docker/src/conf/logrotate/tHome
Normal file
9
Docker/src/conf/logrotate/tHome
Normal file
@@ -0,0 +1,9 @@
|
||||
/var/log/tHome/*.log {
|
||||
weekly
|
||||
size 5M
|
||||
missingok
|
||||
rotate 8
|
||||
compress
|
||||
delaycompress
|
||||
create 644 root root
|
||||
}
|
||||
Reference in New Issue
Block a user