Merge pull request #12 from dg9vh/logrotate-config

Added example-config for linux logrotate
This commit is contained in:
Antonio Matraia
2021-03-30 17:08:53 +02:00
committed by GitHub
+9
View File
@@ -0,0 +1,9 @@
/var/log/YSFReflector.log {
weekly
rotate 3
compress
delaycompress
copytruncate
missingok
notifempty
}