/var/log/orbit/*.log {
    daily
    rotate 14
    compress
    missingok
    notifempty
    create 0640 root root
    sharedscripts
    postrotate
        systemctl reload orbit.service >/dev/null 2>&1 || true
    endscript
}
