Files
hassio-addons/zzz_draft_birdnet-pi/rootfs/custom-services.d/01_getty
2024-04-25 19:34:39 +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"