#!/bin/sh
name=${PWD##*@}
name=${name%*/log}
exec /usr/local/etc/runit/logger -t "jail-${name}"
