Skip to content

Commit 43b178f

Browse files
no munge for slurmrestd
1 parent 90b6248 commit 43b178f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

slurm-docker-cluster/docker-entrypoint.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,10 @@ fi
4747

4848
if [ "$1" = "slurmrestd" ]
4949
then
50+
shift 1
5051
set -x
5152

52-
{ echo "---> Starting the MUNGE Authentication service (munged) ..."; } 2>/dev/null
53-
setpriv --reuid=munge --regid=munge --init-groups /usr/sbin/munged
54-
5553
{ echo "---> Starting the Slurm Restd (slurmrestd) ..."; } 2>/dev/null
56-
shift 1
5754
exec setpriv --reuid=slurmrestd --regid=slurmrestd --init-groups /usr/sbin/slurmrestd "$@"
5855
fi
5956

0 commit comments

Comments
 (0)