Skip to content

Commit

Permalink
Added new entrypoint for login nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jun 28, 2023
1 parent d00b50a commit efb6b66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,11 @@ then
exec /usr/sbin/slurmd -Z -Dvvv
fi

if [ "$1" = "login" ]
then
echo "---> Starting the MUNGE Authentication service (munged) ..."
gosu munge /usr/sbin/munged
echo "---> Munge Successfully Authenticated"
fi

exec "$@"

0 comments on commit efb6b66

Please sign in to comment.