mirror of
https://github.com/ShaYmez/pYSFReflector.git
synced 2024-11-16 21:21:58 -05:00
Merge pull request #12 from dg9vh/logrotate-config
Added example-config for linux logrotate
This commit is contained in:
commit
12778c35dd
9
logrotate.d/YSFReflector
Normal file
9
logrotate.d/YSFReflector
Normal file
@ -0,0 +1,9 @@
|
||||
/var/log/YSFReflector.log {
|
||||
weekly
|
||||
rotate 3
|
||||
compress
|
||||
delaycompress
|
||||
copytruncate
|
||||
missingok
|
||||
notifempty
|
||||
}
|
Loading…
Reference in New Issue
Block a user