Skip to content

Commit

Permalink
Rebuild in configless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jun 27, 2023
1 parent 1ee2a1e commit f678ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ then
echo "-- slurmctld is now active ..."

echo "---> Starting the Slurm Node Daemon (slurmd) ..."
exec /usr/sbin/slurmd -Dvvv
exec /usr/sbin/slurmd --conf-server slurmctld:6817 -Dvvv
fi

exec "$@"

0 comments on commit f678ed5

Please sign in to comment.