aerospike.logrotate 196 B

1234567891011
  1. /var/log/aerospike/aerospike.log {
  2. daily
  3. rotate 90
  4. dateext
  5. compress
  6. olddir /var/log/aerospike/
  7. postrotate
  8. kill -HUP `cat /var/run/aerospike/aerospike.pid`
  9. endscript
  10. }