Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 119228fd98cdae8b1f747f4d76ee5e1b > files > 4

tor-0.2.3.25-1802.fc18.src.rpm

/var/log/tor/*.log {
    daily
    rotate 5
    compress
    delaycompress
    missingok
    notifempty
    create 0640 toranon toranon
    sharedscripts
    postrotate
        /bin/systemctl reload tor.service >/dev/null 2>/dev/null || :
    endscript
}