neocities/vagrant/fs-primary/etc/logrotate.d/lsyncd
2015-03-01 15:29:35 -08:00

13 lines
249 B
Text

/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
}