WIP: slurm
This commit is contained in:
8
roles/slurm/files/entrypoint.sh
Normal file
8
roles/slurm/files/entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
chown munge:munge /etc/munge/munge.key
|
||||
|
||||
chmod 600 /etc/munge/munge.key
|
||||
|
||||
exec "$@"
|
Reference in New Issue
Block a user