Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
ce047d0c
Commit
ce047d0c
authored
7 years ago
by
Chris Hines
Browse files
Options
Downloads
Patches
Plain Diff
update the unit file for slurmdbd to respect the directory we want the pid to go to
parent
59d9297a
No related branches found
Branches containing commit
No related tags found
1 merge request
!159
update the unit file for slurmdbd to respect the directory we want the pid to go to
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/slurm-start/templates/slurmdbd.service.j2
+1
-1
1 addition, 1 deletion
roles/slurm-start/templates/slurmdbd.service.j2
with
1 addition
and
1 deletion
roles/slurm-start/templates/slurmdbd.service.j2
+
1
−
1
View file @
ce047d0c
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Chris Hines
@chines
mentioned in commit
11d527a5
·
4 years ago
mentioned in commit
11d527a5
mentioned in commit 11d527a58b4c4b47d872e085c9c552fc8a9dcd74
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment