/etc/logrotate.d/slurmdbd is in slurmdbd 15.08.7-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | /var/log/slurm-llnl/slurmdbd.log {
compress
missingok
nocopytruncate
nocreate
nodelaycompress
nomail
notifempty
noolddir
rotate 12
sharedscripts
size=5M
postrotate
/usr/sbin/invoke-rc.d --quiet slurmdbd reconfig >/dev/null
endscript
}
|