mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
13 lines
249 B
Text
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
|
|
}
|