mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
13 lines
229 B
Desktop File
13 lines
229 B
Desktop File
[Unit]
|
|
Description=Lirc with %I
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/openelec/lircd_helper add %I
|
|
ExecStop=/usr/lib/openelec/lircd_helper remove %I
|
|
TimeoutStopSec=1
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|