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