Skip to content
Snippets Groups Projects
Commit 7024e5b4 authored by David Bigagli's avatar David Bigagli
Browse files

Simplify the systemd startup files.

parent ae894e57
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,7 @@ ConditionPathExists=@sysconfdir@/slurm.conf
[Service]
Type=forking
EnvironmentFile=/etc/default/slurmctld
ExecStart=@sbindir@/slurmctld $SLURMCTLD_OPTIONS
ExecStart=@sbindir@/slurmctld
PIDFile=/var/run/slurm/slurmctld.pid
[Install]
......
......@@ -5,8 +5,7 @@ ConditionPathExists=@sysconfdir@/slurm.conf
[Service]
Type=forking
EnvironmentFile=/etc/default/slurmd
ExecStart=@sbindir@/slurmd $SLURMD_OPTIONS
ExecStart=@sbindir@/slurmd
PIDFile=/var/run/slurm/slurmd.pid
[Install]
......
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