mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 10:21:22 +00:00
* Switch: Bootloader: update boot.txt with usb3 disable fix for UDC * Switch: Update gadget stuff * Switch: Update kernel repos, patches, and config * Joycond: update switchroot version * Switch: Add XUSB firmware for t210b01(Mariko) consoles
13 lines
253 B
Desktop File
13 lines
253 B
Desktop File
[Unit]
|
|
Description=Start getty on ttyGS0
|
|
Requires=usb-gadget-setup.service
|
|
After=usb-gadget-setup.service
|
|
|
|
[Service]
|
|
ExecStart=agetty --local-line 9600 ttyGS0 vt100
|
|
Restart=always
|
|
RestartSec=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|