Subversion Repositories configs

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
/var/log/sssd/*.log {
2
    weekly
3
    missingok
4
    notifempty
5
    sharedscripts
6
    rotate 2
7
    compress
8
    postrotate
9
        /bin/kill -HUP `cat /var/run/sssd.pid  2>/dev/null`  2> /dev/null || true
10
    endscript
11
}