WIP: cobald container containing and using slurm
This commit is contained in:
7
roles/slurm_dockerimage/files/entry-munge.sh
Normal file
7
roles/slurm_dockerimage/files/entry-munge.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
if [ -f "/etc/munge/munge.key" ] ; then
|
||||
chown munge:munge /etc/munge/munge.key
|
||||
chmod 600 /etc/munge/munge.key
|
||||
fi
|
Reference in New Issue
Block a user