0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-03 06:28:05 +00:00
Lakka-LibreELEC/packages/addons/service/hyperion/source/system.d/service.hyperion.service

17 lines
337 B
SYSTEMD
Raw Normal View History

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