mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 19:46:19 +00: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
|