mirror of
https://github.com/ShaYmez/pYSFReflector.git
synced 2025-06-15 12:22:26 -04: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…
x
Reference in New Issue
Block a user