WIP: slurm

This commit is contained in:
Thorsten Müller
2021-04-24 00:13:57 +02:00
parent 39f9cfb2ec
commit 49f73278da
8 changed files with 935 additions and 1 deletions

View 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 "$@"