#!/bin/bash

exit_code="$1" # The exit code from triton
signal="$2"    # The signal which caused triton to exit (or 0)

echo "`date -uIns` - triton/finish $@"
echo "`date -uIns` - Killing image."

killall -SIGHUP runsvdir
