/var/log/tulio/*.log {
    rotate 12
    monthly
    missingok
    notifempty
    create 0600 root root
    sharedscripts
    postrotate
        systemctl restart tulio.service >/dev/null 2>&1 || true
    endscript
}
