mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-25 14:06:28 +01:00
10 lines
225 B
Plaintext
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"
|