Skip to content
Snippets Groups Projects
Commit ce047d0c 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

parent 59d9297a
No related branches found
No related tags found
1 merge request!159update the unit file for slurmdbd to respect the directory we want the pid to go to
......@@ -7,7 +7,7 @@ ConditionPathExists={{ slurm_dir }}/etc/slurmdbd.conf
[Service]
Type=forking
ExecStart={{ slurm_dir }}/sbin/slurmdbd
PIDFile=/var/run/slurmdbd.pid
PIDFile={{ slurmpiddir }}/slurmdbd.pid
[Install]
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