mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-28 07:24:37 +00:00
4f8d2a57e9
* Initial fully buildable/bootable Odin Support * Rework NX-Boot to FAT32 Boot for shared usage between switch and odin * Move shared packages from switch/odin to main packages folder
13 lines
259 B
Desktop File
13 lines
259 B
Desktop File
[Unit]
|
|
Description=Start getty on ttyGS0
|
|
Requires=usb-gadget-finalize.service
|
|
After=usb-gadget-finalize.service
|
|
|
|
[Service]
|
|
ExecStart=agetty --local-line 9600 ttyGS0 vt100
|
|
Restart=always
|
|
RestartSec=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|