1 2 3 4 5 6 7 8
#!/usr/bin/env bash set -euxo pipefail if grep -q binfmt_misc /proc/filesystems; then mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc fi exec systemd