Skip to content
Snippets Groups Projects
Commit 1eee0c13 authored by Damien Leong's avatar Damien Leong :ant: Committed by Trung Nguyen
Browse files

Use SIGUSR2 instead

parent 4f0ae635
No related branches found
No related tags found
Loading
......@@ -14,7 +14,7 @@
create 640 slurm root
{% if ansible_os_family == 'RedHat' and ansible_distribution_version >= '7' %}
postrotate
systemctl kill -s HUP --kill-who=main slurmdbd
pkill -x --signal SIGUSR2 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