add lsyncd config

This commit is contained in:
Kyle Drake 2015-03-01 15:29:35 -08:00
parent 73adf1f984
commit 6ccabdc5f4
3 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,13 @@
/var/log/lsyncd*.log {
monthly
missingok
rotate 7
compress
delaycompress
notifempty
su root root
sharedscripts
postrotate
[ -s /run/lsyncd.pid ] && /usr/sbin/service lsyncd restart > /dev/null 2>/dev/null || true
endscript
}