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

exec setsid /sbin/agetty -8 38400 $tty linux
