13 lines
303 B
SYSTEMD
13 lines
303 B
SYSTEMD
|
[Unit]
|
||
|
Documentation=http://lirc.org/html/configure.html
|
||
|
Description=Flexible IR remote input/output application support
|
||
|
ConditionPathExists=/storage/.config/lircd.conf
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/lib/coreelec/lircd_helper --nodaemon
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|