#!/bin/sh # Init script to run in the btfsd container. set -e if [ "$BTFSD_USESWTPM" = 'true' ]; then export DBUS_SESSION_BUS_ADDRESS="$(dbus-daemon --fork --session --print-address)" fi cd app ./btfsd "$@"