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

Make slurmctld and slurmdbd explicitily disabled on startup (rather than just...

Make slurmctld and slurmdbd explicitily disabled on startup (rather than just leaving it to whatever it is currently set to)

Former-commit-id: adb46795
parent b1150a2a
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
sudo: true
- name: start slurmdbd
service: name=slurmdbd state=started
service: name=slurmdbd state=started enabled=no
sudo: true
when: start_slurmdbd is defined
......@@ -69,7 +69,7 @@
ignore_errors: true
- name: start slurmctl
service: name=slurmctld state=started
service: name=slurmctld state=started enabled=no
sudo: true
when: use_systemd is defined and start_slurmctld is defined
......
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