Newer
Older
{{ slurmdbdlog.log }}
{
compress
missingok
nocopytruncate
nocreate
nodelaycompress
nomail
notifempty
noolddir
rotate 5
sharedscripts
size=5M
create 640 slurm root
{% if ansible_os_family == 'RedHat' and ansible_distribution_version >= '7' %}
postrotate
systemctl kill -s HUP --kill-who=main slurmdbd
{% else %}
postrotate /etc/init.d/slurmdbd reconfig
{% endif %}
endscript
}