configs/releng/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf: update ExecStart

Update the drop-in to more closely match getty@.service of systemd 250.

Use example from https://wiki.archlinux.org/title/getty#Virtual_console
This commit is contained in:
nl6720 2022-01-28 11:03:05 +02:00
parent 18bb8c2b45
commit 720516e6fd
No known key found for this signature in database
GPG key ID: 5CE88535E188D369

View file

@ -1,3 +1,3 @@
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux
ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin root - $TERM