Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
d05f6994
Commit
d05f6994
authored
9 years ago
by
Josko Plazonic
Committed by
David Bigagli
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Improve the systemd startup files.
parent
55c4de24
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
etc/slurmctld.service.in
+3
-1
3 additions, 1 deletion
etc/slurmctld.service.in
etc/slurmd.service.in
+6
-1
6 additions, 1 deletion
etc/slurmd.service.in
etc/slurmdbd.service.in
+3
-1
3 additions, 1 deletion
etc/slurmdbd.service.in
with
12 additions
and
3 deletions
etc/slurmctld.service.in
+
3
−
1
View file @
d05f6994
...
...
@@ -5,7 +5,9 @@ ConditionPathExists=@sysconfdir@/slurm.conf
[Service]
Type=forking
ExecStart=@sbindir@/slurmctld
EnvironmentFile=-/etc/sysconfig/slurmctld
ExecStart=@sbindir@/slurmctld $SLURMCTLD_OPTIONS
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/var/run/slurmctld.pid
[Install]
...
...
This diff is collapsed.
Click to expand it.
etc/slurmd.service.in
+
6
−
1
View file @
d05f6994
...
...
@@ -5,9 +5,14 @@ ConditionPathExists=@sysconfdir@/slurm.conf
[Service]
Type=forking
ExecStart=@sbindir@/slurmd
EnvironmentFile=-/etc/sysconfig/slurmd
ExecStart=@sbindir@/slurmd $SLURMD_OPTIONS
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/var/run/slurmd.pid
KillMode=process
LimitNOFILE=51200
LimitMEMLOCK=infinity
LimitSTACK=infinity
[Install]
WantedBy=multi-user.target
This diff is collapsed.
Click to expand it.
etc/slurmdbd.service.in
+
3
−
1
View file @
d05f6994
...
...
@@ -5,7 +5,9 @@ ConditionPathExists=@sysconfdir@/slurmdbd.conf
[Service]
Type=forking
ExecStart=@sbindir@/slurmdbd
EnvironmentFile=-/etc/sysconfig/slurmdbd
ExecStart=@sbindir@/slurmdbd $SLURMDBD_OPTIONS
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/var/run/slurmdbd.pid
[Install]
...
...
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