Skip to content

Commit 90b6248

Browse files
print commands for slurmrestd
1 parent a7556c5 commit 90b6248

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

slurm-docker-cluster/docker-entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ fi
4747

4848
if [ "$1" = "slurmrestd" ]
4949
then
50+
set -x
51+
5052
{ echo "---> Starting the MUNGE Authentication service (munged) ..."; } 2>/dev/null
5153
setpriv --reuid=munge --regid=munge --init-groups /usr/sbin/munged
5254

0 commit comments

Comments
 (0)