keylime-control-plane-image/keylime-control-plane-start.sh

10 lines
176 B
Bash

#!/bin/sh
set -e
# Start the verifier and the registar in the correct order
/usr/bin/keylime_verifier &
# TODO fix the race condition
sleep 2
exec /usr/bin/keylime_registrar