8 lines
306 B
Plaintext
8 lines
306 B
Plaintext
# Autologin getty on tty1. login runs the user's profile, which launches Weston
|
|
# (see /etc/profile.d/weston.sh shipped by base-files).
|
|
type = process
|
|
command = /usr/bin/agetty --autologin user --noclear --login-program /usr/bin/login tty1 linux
|
|
restart = true
|
|
depends-on = seatd
|
|
depends-on = udev-trigger
|