mirror of
https://github.com/linuxserver/libreelec-addons.git
synced 2026-01-09 06:50:44 +08:00
17 lines
369 B
Desktop File
17 lines
369 B
Desktop File
[Unit]
|
|
Description=%p container
|
|
Requires=service.system.docker.service
|
|
After=service.system.docker.service
|
|
|
|
[Service]
|
|
Restart=always
|
|
RestartSec=10s
|
|
StartLimitInterval=86400
|
|
StartLimitBurst=3
|
|
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
|