Lakka-LibreELEC/packages/addons/service/nextpvr/source/system.d/service.nextpvr.service
emveepee 0470f51bc8 nextpvr: initial addon
NextPVR 6.1.0 with netcore 6 with configuration
2022-10-21 20:06:06 -04:00

14 lines
261 B
Desktop File

[Unit]
Description=NextPVR Server
Documentation=https://nextpvr.com
Wants=multi-user.target
After=multi-user.target
[Service]
SyslogIdentifier=%N
ExecStart=/bin/sh /storage/.kodi/addons/%N/bin/nextpvr.start
Restart=always
[Install]
WantedBy=multi-user.target