1
0
mirror of https://github.com/ShaYmez/pYSFReflector.git synced 2025-06-19 22:20:14 -04:00

Merge pull request 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
commit 12778c35dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
logrotate.d/YSFReflector Normal file

@ -0,0 +1,9 @@
/var/log/YSFReflector.log {
weekly
rotate 3
compress
delaycompress
copytruncate
missingok
notifempty
}