slackbuilds_ponce/network/tor/logrotate.tor

15 lines
197 B
Text
Raw Normal View History

/var/log/tor/*log {
daily
rotate 5
compress
delaycompress
missingok
notifempty
create 0644 tor tor
sharedscripts
postrotate
/etc/rc.d/rc.tor reload > /dev/null
endscript
}