mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
13 lines
261 B
Desktop File
13 lines
261 B
Desktop File
[Unit]
|
|
Description=i.MX6 status led
|
|
After=kodi.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=-/bin/sh -c "/usr/lib/libreelec/imx6-status-led on"
|
|
ExecStop=-/bin/sh -c "/usr/lib/libreelec/imx6-status-led heartbeat"
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=kodi.target
|