mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-05 20:57:58 +00:00
15 lines
286 B
Desktop File
15 lines
286 B
Desktop File
[Unit]
|
|
Description=OSCam
|
|
After=network-online.service
|
|
Requires=network-online.service
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.softcam.oscam/bin/oscam.start"
|
|
TimeoutStopSec=1
|
|
Restart=always
|
|
RestartSec=2
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=kodi.target
|