initial commit of file from CVS for dl on Thu Oct 9 11:42:10 AEDT 2025

This commit is contained in:
Trevor Batley
2025-10-09 11:42:10 +11:00
parent 7e1838da81
commit ff989c1400
11 changed files with 12081 additions and 1 deletions

8
logrotate.conf Normal file
View File

@@ -0,0 +1,8 @@
/var/log/dl.log {
missingok
weekly
rotate 24
compress
notifempty
copytruncate
}