mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-21 00:30:33 +00:00
* 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.
12 lines
202 B
Desktop File
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
|