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

update the unit file for slurmdbd to respect the directory we want the pid to go to

Former-commit-id: ce047d0c
parent 6108584f
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ConditionPathExists={{ slurm_dir }}/etc/slurmdbd.conf ...@@ -7,7 +7,7 @@ ConditionPathExists={{ slurm_dir }}/etc/slurmdbd.conf
[Service] [Service]
Type=forking Type=forking
ExecStart={{ slurm_dir }}/sbin/slurmdbd ExecStart={{ slurm_dir }}/sbin/slurmdbd
PIDFile=/var/run/slurmdbd.pid PIDFile={{ slurmpiddir }}/slurmdbd.pid
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
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