mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
52c5014081
logs as "_tor:_tor" rather than the default, which is generally "root:wheel". Fixes bug 676, reported by Serge Koksharov. Andrew, you should check if this breaks the rpm building (or if it makes it work better) svn:r15404
15 lines
251 B
Plaintext
15 lines
251 B
Plaintext
@LOCALSTATEDIR@/log/tor/*log {
|
|
daily
|
|
rotate 5
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
notifempty
|
|
# you may need to change the username/groupname below
|
|
create 0640 _tor _tor
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/tor reload > /dev/null
|
|
endscript
|
|
}
|