Skip to content
Snippets Groups Projects
Commit 83acd27a authored by Moe Jette's avatar Moe Jette
Browse files

support SLURMD_OPTIONS or SLURMCTLD_OPTIONS with more than one token

  From Jeff Squyres, Cisco
parent 572a6e6b
No related branches found
No related tags found
No related merge requests found
...@@ -70,9 +70,11 @@ fi ...@@ -70,9 +70,11 @@ fi
export LD_LIBRARY_PATH="$LIBDIR:$LD_LIBRARY_PATH" export LD_LIBRARY_PATH="$LIBDIR:$LD_LIBRARY_PATH"
start() { start() {
echo -n "starting $1: " prog=$1
shift
echo -n "starting $prog: "
unset HOME MAIL USER USERNAME unset HOME MAIL USER USERNAME
$STARTPROC $SBINDIR/$1 $2 $STARTPROC $SBINDIR/$prog $*
rc_status -v rc_status -v
echo echo
touch /var/lock/subsys/slurm touch /var/lock/subsys/slurm
......
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