mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 06:56:19 +00:00
15 lines
254 B
Desktop File
15 lines
254 B
Desktop File
[Unit]
|
|
Description=LEDfix Service
|
|
After=network-online.target graphical.target
|
|
Requires=graphical.target
|
|
Wants=kodi.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh /usr/bin/ledfix
|
|
RemainAfterExit=yes
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=kodi.target
|