Codebase list centreon-engine / 93c520a5-518b-4cde-81e5-59fec553ab0d/main scripts / logrotate_systemd.conf.in
93c520a5-518b-4cde-81e5-59fec553ab0d/main

Tree @93c520a5-518b-4cde-81e5-59fec553ab0d/main (Download .tar.gz)

logrotate_systemd.conf.in @93c520a5-518b-4cde-81e5-59fec553ab0d/mainraw · history · blame

@VAR_DIR@/centengine.log {
  compress
  create 640 @USER@ @GROUP@
  daily
  delaycompress
  missingok
  olddir @LOG_ARCHIVE_DIR@
  rotate 365
  postrotate
    systemctl reload centengine
  endscript
}

@VAR_DIR@/centengine.debug {
  compress
  create 640 @USER@ @GROUP@
  delaycompress
  missingok
  olddir @LOG_ARCHIVE_DIR@
  rotate 5
  size   1G
  postrotate
    systemctl reload centengine
  endscript
}