mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-31 21:12:30 +00:00
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
|