mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-01 01:17:42 +01:00
6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
echo "Starting service: getty"
|
|
exec \
|
|
s6-setuidgid "$USER" /sbin/agetty --autologin "${USER}"
|
|
--noclear %I "$TERM"
|