mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-02 09:35:53 +00:00
13 lines
259 B
SYSTEMD
13 lines
259 B
SYSTEMD
![]() |
[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
|