mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-20 20:43:43 +01:00
14 lines
257 B
Plaintext
14 lines
257 B
Plaintext
/var/log/conntrackd-stats.log {
|
|
daily
|
|
rotate 2
|
|
missingok
|
|
compress
|
|
delaycompress
|
|
|
|
postrotate
|
|
if [ -e /var/run/conntrackd.sock ]; then
|
|
/usr/sbin/invoke-rc.d conntrackd restart > /dev/null
|
|
fi
|
|
endscript
|
|
}
|