0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-05-02 08:51:33 +00:00
Files
Lakka-LibreELEC/packages/addons/service/hyperhdr/source/system.d/service.hyperhdr.service
Matthias Reichl 6dfa96ede9 hyperhdr: add addon and depends
Signed-off-by: Matthias Reichl <hias@horus.com>
2025-02-05 13:01:03 +01:00

14 lines
261 B
Desktop File

[Unit]
Description=HyperHDR service
After=graphical.target
[Service]
ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.hyperhdr/bin/hyperhdr.start"
TimeoutStopSec=2
Restart=always
RestartSec=10
StartLimitInterval=0
[Install]
WantedBy=default.target