mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-20 07:35:26 +00:00
15 lines
258 B
Desktop File
15 lines
258 B
Desktop File
[Unit]
|
|
Description=LCDProc
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh /storage/.kodi/addons/service.lcdd/bin/lcdd.start
|
|
TimeoutStopSec=1s
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
StartLimitInterval=30
|
|
StartLimitBurst=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|