#!/usr/bin/with-contenv bashio
echo "Starting service: getty"
exec \
    s6-setuidgid "$USER" "/sbin/agetty --autologin ${USER} --noclear %I $TERM"
