mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-05 00:55:44 +01:00
15 lines
197 B
Text
15 lines
197 B
Text
|
/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
|
||
|
}
|
||
|
|