summaryrefslogtreecommitdiffstats
path: root/abs/core/lirc/lirc.service
blob: a797d166127776764e56c135895b97d4044b46be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Linux Infrared Remote Control
After=network.target

[Service]
Type=forking
PIDFile=/run/lirc/lircd.pid
ExecStart=/usr/sbin/lircd --driver=default --device=/dev/lirc0 

[Install]
WantedBy=multi-user.target