mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
17 lines
353 B
Desktop File
17 lines
353 B
Desktop File
[Unit]
|
|
Description=LCDProc
|
|
ConditionPathExists=|/storage/.cache/services/lcdd.conf
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/storage/.cache/services/lcdd.conf
|
|
ExecStart=/bin/sh -c 'exec /usr/lib/libreelec/lcd-wrapper'
|
|
TimeoutStopSec=1s
|
|
Restart=always
|
|
RestartSec=5
|
|
StartLimitInterval=30
|
|
StartLimitBurst=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|