Your IP : 52.14.179.210


Current Path : /proc/5289/root/etc/ansible/roles/transformer/templates/
Upload File :
Current File : //proc/5289/root/etc/ansible/roles/transformer/templates/logrotate-lsyncd.j2

# {{ ansible_managed }}
/var/log/lsyncd/*log {
    daily
    rotate 8
    missingok
    notifempty
    sharedscripts
    delaycompress
    compress
    su root bitrix
	postrotate
	if [ -f /var/lock/lsyncd ]; then
		/sbin/service lsyncd restart > /dev/null 2>/dev/null || true
	fi
	endscript
}