summaryrefslogtreecommitdiffstats
path: root/smartproxy/ipa-smartproxy.logrotate
blob: 12e25164cd5dea23a219422e20ea07c03a6c9a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
/var/log/ipa-smartproxy.access /var/log/ipa-smartproxy.errors {
    weekly
    missingok
    notifempty
    sharedscripts
    rotate 52
    compress
    postrotate
        /bin/systemctl reload ipa-smartproxy.service > /dev/null 2>/dev/null || true
    endscript
}