mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-04 19:11:27 +02:00
tor: New package.
This commit is contained in:
13
config/tor/tor.logrotate
Normal file
13
config/tor/tor.logrotate
Normal file
@@ -0,0 +1,13 @@
|
||||
/var/log/tor/*.log {
|
||||
daily
|
||||
rotate 5
|
||||
compress
|
||||
delaycompress
|
||||
missingok
|
||||
notifempty
|
||||
create 0640 nobody nobody
|
||||
sharedscripts
|
||||
postrotate
|
||||
/etc/init.d/tor reload >/dev/null 2>&1 || :
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user