Added example-config for linux logrotate

This commit is contained in:
Kim Huebel
2021-03-30 16:06:48 +01:00
parent 93387578f2
commit 9c8ebb345e
+9
View File
@@ -0,0 +1,9 @@
/var/log/YSFReflector.log {
weekly
rotate 3
compress
delaycompress
copytruncate
missingok
notifempty
}