femslash-city/vagrant/fs-primary/etc/logrotate.d/lsyncd
Agnes 596fd85f2f
Some checks failed
CI / test (push) Has been cancelled
accidentally leaked secrets so had to nuke shit fuck
2026-08-19 17:29:54 -04: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
}