Files
hassio-addons/zzz_draft_birdnet-pi2/rootfs/custom-services.d/01_getty
2024-04-26 12:20:29 +02:00

10 lines
225 B
Plaintext

#!/usr/bin/with-contenv bashio
echo "Starting service: getty"
until [[ -e /var/run/dbus/system_bus_socket ]]; do
sleep 1s
done
exec \
s6-setuidgid "$USER" /sbin/agetty --autologin "${USER}"
--noclear %I "$TERM"