0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-01 10:21:22 +00:00
GavinDarkglider 83ea71c118 Switch: Pull latest 5.x changes to 4.x branch, since that is the current release branch (#1761)
* 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
2022-10-15 16:04:41 +03:00

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