#!/bin/sh
service=$(basename $(pwd))
tty=${service/*-}

exec /sbin/fgetty $tty
