0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-04-21 00:30:33 +00:00
Files
Yasai-san 266da25648 cec_mini_kb : cec-mini-kb.service is started 1 time only when retroarch.service is activated (#1984)
* Fix endress CEC mini kb service start when it failed

* Retry to (re)start 3 times during 20 sec

* Revert "Retry to (re)start 3 times during 20 sec"

This reverts commit f4d2136a8548cfd5d8698e6106f5d5e4dea1bf6e.
2024-12-04 00:27:04 +02:00

12 lines
202 B
Desktop File

[Unit]
Description=cec-mini-kb
After=retroarch.service
Requires=retroarch.service
[Service]
ExecStart=/usr/bin/cec-mini-kb --poweroff "shutdown -P now"
Restart=no
[Install]
WantedBy=retroarch.service