14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
$TOR_LOGS_DIR/*.log {
|
|
daily
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
create 644 root root
|
|
postrotate
|
|
# Redémarrer le service si nécessaire
|
|
docker restart tor 2>/dev/null || true
|
|
endscript
|
|
}
|