Add a logrotate configuration.

This commit is contained in:
Oliver Jowett 2014-12-06 16:07:02 +00:00
parent 7a3a9f500f
commit 2e189633da

5
debian/dump1090-mr.logrotate vendored Normal file
View file

@ -0,0 +1,5 @@
/var/log/dump1090-mr.log {
weekly
rotate 4
copytruncate
}