0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-01-31 21:12:30 +00:00
Lukas Rusak 9819eb2882 hyperion: allow running hyperion-x11, add reload ability
* hyperion: allow running hyperion-x11, add reload ability
2016-11-06 20:20:14 +04:00

17 lines
337 B
Desktop File

[Unit]
Description=Hyperion service
After=graphical.target
[Service]
Type=forking
ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.hyperion/bin/hyperiond.start"
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/run/hyperiond.pid
TimeoutStopSec=2
Restart=always
RestartSec=10
StartLimitInterval=0
[Install]
WantedBy=default.target