mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
14 lines
245 B
Desktop File
14 lines
245 B
Desktop File
[Unit]
|
|
Description=mpd
|
|
After=graphical.target
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.multimedia.mpd/bin/mpd.start"
|
|
TimeoutStopSec=1
|
|
Restart=always
|
|
RestartSec=2
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=kodi.target
|