Files
hassio-addons/zzz_draft_birdnet-pi/archive/01_getty
2024-04-26 21:26:47 +00:00

9 lines
220 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"