#!/bin/sh -euC

if [ "$1" = 163 ] ; then
    echo "runsv: ERROR in ${PWD}: another process already on hvc0"
    exec sv d .
fi
exec utmpset -w hvc0
