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

Do not enabled slurmctld and slurmdbd in systemd

parent eab73154
No related branches found
No related tags found
1 merge request!155Do not enabled slurmctld and slurmdbd in systemd
......@@ -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