summaryrefslogtreecommitdiff
path: root/scripts/wrapper.sh
blob: 15b24be3017ca7fe82a094dbc4b2178a939a6a9b (plain)
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