1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
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