mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-07 12:38:21 +00:00
15 lines
326 B
Desktop File
15 lines
326 B
Desktop File
[Unit]
|
|
Description=%p container
|
|
Requires=service.system.docker.service
|
|
After=service.system.docker.service
|
|
|
|
[Service]
|
|
Restart=always
|
|
RestartSec=10s
|
|
TimeoutStartSec=0
|
|
ExecStart=/bin/sh /storage/.kodi/addons/%p/bin/%p
|
|
ExecStop=/storage/.kodi/addons/service.system.docker/bin/docker kill %p
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|