Subversion Repositories configs

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
/var/log/wpa_supplicant.log {
2
    missingok
3
    notifempty
4
    size 30k
5
    create 0600 root root
58 - 6
    postrotate
7
        /sbin/service wpa_supplicant reload > /dev/null 2>/dev/null || true
8
    endscript
4 - 9
}