Skip to content
Snippets Groups Projects
Commit ed8c6d03 authored by Chris Hines's avatar Chris Hines
Browse files

Merge branch 'outage_6Dec' into 'master'

Updating slurmdbd logrotate service file

See merge request !152

Former-commit-id: 22502923
parents 1a7fd843 3469c77d
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
create 640 slurm root
{% if ansible_os_family == 'RedHat' and ansible_distribution_version >= '7' %}
postrotate
{{ slurm_dir }}/sbin/slurmdbd flushlogs 1>/dev/null || true
systemctl kill -s HUP --kill-who=main slurmdbd
{% else %}
postrotate /etc/init.d/slurmdbd reconfig
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment