forked from libretro/Lakka-LibreELEC
9819eb2882
* hyperion: allow running hyperion-x11, add reload ability
17 lines
337 B
Desktop File
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
|