mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
cb5f327002
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
15 lines
217 B
Text
15 lines
217 B
Text
/var/log/tor/*log {
|
|
su @USER@ @GROUP@
|
|
daily
|
|
rotate 5
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
notifempty
|
|
create 0644 tor tor
|
|
sharedscripts
|
|
postrotate
|
|
/etc/rc.d/rc.tor reload > /dev/null
|
|
endscript
|
|
}
|
|
|