Files
LibreELEC.tv/packages/sysutils/lcdproc/system.d/lcdd.service
2016-03-12 01:41:55 +01:00

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