#!/bin/sh

# Set the socket in the (upstart, which becomes the session) environment
initctl set-env --global MONKEYSPHERE_VALIDATION_AGENT_SOCKET=$MONKEYSPHERE_VALIDATION_AGENT_SOCKET

# Work around upstart finishing this job (and starting the session) before we've run the above set-env
initctl emit msva-finished

# Sleep forever
kill -STOP $$
