Work on standalone mode

This commit is contained in:
2026-03-04 14:29:28 -05:00
parent 93af24430a
commit a4b176e7c6
4 changed files with 90 additions and 70 deletions

View File

@@ -31,7 +31,8 @@ ConditionPathExists=/dev/tty0
[Service]
# the VT is cleared by TTYVTDisallocate
ExecStart=-/sbin/agetty -a kioskuser --noclear %I $TERM
ExecStart=
ExecStart=-/sbin/agetty --autologin kioskuser --noclear %I $TERM
Type=idle
Restart=always
RestartSec=0