summaryrefslogtreecommitdiffstats
path: root/roles/openvpn/files/openvpn_logrotate.conf
blob: 7dac75859dd0468bae62fd79217f275a9e04dd95 (plain)
1
2
3
4
5
6
7
8
9
/var/log/openvpn.log {
    rotate 4
    weekly
    missingok
    notifempty
    sharedscripts
    copytruncate
    delaycompress
}