File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141 { echo " ---> Starting the MUNGE Authentication service (munged) ..." ; } 2> /dev/null
4242 setpriv --reuid=munge --regid=munge --init-groups /usr/sbin/munged
4343
44- { echo " ---> Starting the Slurm Node Daemon (slurmd) ..." ; } 1 > /dev/null
44+ { echo " ---> Starting the Slurm Node Daemon (slurmd) ..." ; } 2 > /dev/null
4545 exec /usr/sbin/slurmd -D
4646fi
4747
5050 { echo " ---> Starting the MUNGE Authentication service (munged) ..." ; } 2> /dev/null
5151 setpriv --reuid=munge --regid=munge --init-groups /usr/sbin/munged
5252
53- { echo " ---> Starting the Slurm Restd (slurmrestd) ..." ; } 1 > /dev/null
53+ { echo " ---> Starting the Slurm Restd (slurmrestd) ..." ; } 2 > /dev/null
5454 shift 1
5555 exec setpriv --reuid=slurmrestd --regid=slurmrestd --init-groups /usr/sbin/slurmrestd " $@ "
5656fi
You can’t perform that action at this time.
0 commit comments