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
2ad797fe
Commit
2ad797fe
authored
8 years ago
by
Chris Hines
Browse files
Options
Downloads
Patches
Plain Diff
executable bit should not be set on systemd service files
Former-commit-id:
1af0bccc
parent
18fd1faf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/slurm-common/tasks/installMungeFromSource.yml
+1
-1
1 addition, 1 deletion
roles/slurm-common/tasks/installMungeFromSource.yml
roles/slurm-start/tasks/main.yml
+3
-3
3 additions, 3 deletions
roles/slurm-start/tasks/main.yml
with
4 additions
and
4 deletions
roles/slurm-common/tasks/installMungeFromSource.yml
+
1
−
1
View file @
2ad797fe
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
when
:
use_systemd is not defined
when
:
use_systemd is not defined
-
name
:
copy slurm init script if OS contains systemd
-
name
:
copy slurm init script if OS contains systemd
template
:
dest=/etc/systemd/system/munge.service src=munge.service.j2 mode=
755
template
:
dest=/etc/systemd/system/munge.service src=munge.service.j2 mode=
644
sudo
:
true
sudo
:
true
when
:
use_systemd is defined
when
:
use_systemd is defined
...
...
This diff is collapsed.
Click to expand it.
roles/slurm-start/tasks/main.yml
+
3
−
3
View file @
2ad797fe
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
when
:
use_systemd is not defined and start_slurmdbd is defined
when
:
use_systemd is not defined and start_slurmdbd is defined
-
name
:
copy slurmdbd init script if OS contains systemd
-
name
:
copy slurmdbd init script if OS contains systemd
template
:
dest=/etc/systemd/system/slurmdbd.service src=slurmdbd.service.j2 mode=
755
template
:
dest=/etc/systemd/system/slurmdbd.service src=slurmdbd.service.j2 mode=
644
sudo
:
true
sudo
:
true
when
:
use_systemd is defined and start_slurmdbd is defined
when
:
use_systemd is defined and start_slurmdbd is defined
...
@@ -26,12 +26,12 @@
...
@@ -26,12 +26,12 @@
when
:
use_systemd is not defined
when
:
use_systemd is not defined
-
name
:
copy slurmd.service
-
name
:
copy slurmd.service
template
:
dest=/etc/systemd/system/slurmd.service src=slurmd.service.j2 mode=
755
template
:
dest=/etc/systemd/system/slurmd.service src=slurmd.service.j2 mode=
644
sudo
:
true
sudo
:
true
when
:
use_systemd is defined and start_slurmd is defined
when
:
use_systemd is defined and start_slurmd is defined
-
name
:
slurmctld.service
-
name
:
slurmctld.service
template
:
dest=/etc/systemd/system/slurmctld.service src=slurmctld.service.j2 mode=
755
template
:
dest=/etc/systemd/system/slurmctld.service src=slurmctld.service.j2 mode=
644
sudo
:
true
sudo
:
true
when
:
use_systemd is defined and start_slurmctld is defined
when
:
use_systemd is defined and start_slurmctld is defined
...
...
This diff is collapsed.
Click to expand it.
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