Skip to content
Snippets Groups Projects
Commit b1150a2a authored by Gin Tan (Monash University)'s avatar Gin Tan (Monash University)
Browse files

Do not enabled slurmctld and slurmdbd in systemd

Former-commit-id: b5466172
parent 95a00d45
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 enabled=yes
service: name=slurmdbd state=started
sudo: true
when: start_slurmdbd is defined
......@@ -69,7 +69,7 @@
ignore_errors: true
- name: start slurmctl
service: name=slurmctld state=started enabled=yes
service: name=slurmctld state=started
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