10 lines
368 B
Plaintext
10 lines
368 B
Plaintext
# Autologin the kiosk user on tty1. Installed to
|
|
# /etc/systemd/system/getty@tty1.service.d/autologin.conf
|
|
#
|
|
# Change "kiosk" if you use a different user. The shell profile for that user
|
|
# (installed by deploy/install.sh) starts sway on tty1, which launches the
|
|
# rtsp-streamer daemon.
|
|
[Service]
|
|
ExecStart=
|
|
ExecStart=-/sbin/agetty --autologin kiosk --noclear %I $TERM
|