pub const LOGROTATE_CONF: &str = r#" /var/log/binary.log { rotate 0 copytruncate missingok notifempty } "#;
Logrotate configuration for binary logs