mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
635cfd7465
path anymore. svn:r12483
13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
@LOCALSTATEDIR@/log/tor/*log {
|
|
daily
|
|
rotate 5
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/tor reload > /dev/null
|
|
endscript
|
|
}
|