Files
hassio-addons/zzz_draft_birdnet-pi/rootfs/custom-services.d/getty
2024-04-25 12:43:19 +02:00

5 lines
148 B
Plaintext

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