forked from libretro/Lakka-LibreELEC
15 lines
247 B
Desktop File
15 lines
247 B
Desktop File
[Unit]
|
|
Description=ttyd
|
|
After=graphical.target
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.ttyd/bin/ttyd.start"
|
|
TimeoutStopSec=1
|
|
Restart=always
|
|
RestartSec=2
|
|
StartLimitInterval=0
|
|
Type=exec
|
|
|
|
[Install]
|
|
WantedBy=kodi.target
|