mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -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
|