Lakka-LibreELEC/packages/addons/service/hyperion/source/system.d/service.hyperion.service
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