mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-19 14:12:08 +00:00
26d1839cb6
- -W is required since 1.7.4 to disable ttyd read only mode - one level log history - simpify ExecStart - slightly increment timeouts
15 lines
226 B
Desktop File
15 lines
226 B
Desktop File
[Unit]
|
|
Description=ttyd
|
|
After=graphical.target
|
|
|
|
[Service]
|
|
ExecStart=/storage/.kodi/addons/service.ttyd/bin/ttyd.start
|
|
TimeoutStopSec=2
|
|
Restart=always
|
|
RestartSec=4
|
|
StartLimitInterval=0
|
|
Type=exec
|
|
|
|
[Install]
|
|
WantedBy=kodi.target
|