Skip to content

Commit 5588835

Browse files
committed
change slurmdb.conf owner to fix slurmdb startup
1 parent 08a275d commit 5588835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/runtime.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
src: slurmdbd.conf.j2
4949
dest: /etc/slurm/slurmdbd.conf
5050
mode: "0600"
51-
owner: root
52-
group: root
51+
owner: slurm
52+
group: slurm
5353
notify: Restart slurmdbd service
5454
when: openhpc_enable.database | default(false) | bool
5555

0 commit comments

Comments
 (0)