add logrotate

This commit is contained in:
Adrien Beudin
2015-02-16 11:59:22 +01:00
parent f670ef1fc0
commit c6dbb53709
4 changed files with 12 additions and 1 deletions

9
conf/ffsync.logrotate Normal file
View File

@@ -0,0 +1,9 @@
"/var/log/ffsync.log" {
copytruncate
daily
rotate 7
compress
delaycompress
missingok
notifempty
}