Skip to content

Commit

Permalink
Login node now doesn't complete
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jun 28, 2023
1 parent efb6b66 commit 01553e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ then
echo "---> Starting the MUNGE Authentication service (munged) ..."
gosu munge /usr/sbin/munged
echo "---> Munge Successfully Authenticated"

while true;
do
sleep 600
done
fi

exec "$@"

0 comments on commit 01553e9

Please sign in to comment.