1
0
Fork 0
arangodb/Installation/logrotate.d/arangod.systemd

11 lines
267 B
Plaintext

/var/log/arangodb3/arangod.log {
rotate 12
weekly
compress
delaycompress
create 640 arangodb @LOGROTATE_GROUP@
postrotate
systemctl -q is-active @SERVICE_NAME@ && systemctl kill --signal=SIGHUP @SERVICE_NAME@
endscript
}