logrotate.cfg hinzugefügt

This commit is contained in:
alf
2025-08-16 09:00:39 +00:00
parent 8ae9dd3b94
commit b14bba4bd9

9
logrotate.cfg Normal file
View File

@ -0,0 +1,9 @@
/root/log.txt {
monthly
rotate 3
compress
missingok
notifempty
copytruncate
dateext
}