1
0
mirror of https://github.com/ShaYmez/pYSFReflector.git synced 2025-07-11 03:55:17 -04:00

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
logrotate.d/YSFReflector Normal file

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