logrotate.cfg hinzugefügt
This commit is contained in:
9
logrotate.cfg
Normal file
9
logrotate.cfg
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
/root/log.txt {
|
||||||
|
monthly
|
||||||
|
rotate 3
|
||||||
|
compress
|
||||||
|
missingok
|
||||||
|
notifempty
|
||||||
|
copytruncate
|
||||||
|
dateext
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user