cat << EOF > /etc/logrotate.d/rustdesk /var/log/rustdesk/*.log /var/log/rustdesk/*.err { daily rotate 14 compress delaycompress create 640 rust rust postrotate service hbbr restart > /dev/null service hbbs restart > /dev/null endscript sharedscripts missingok notifempty } EOF