mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
251 B
SYSTEMD
12 lines
251 B
SYSTEMD
|
[Unit]
|
||
|
Description=Linux Infrared Remote Control
|
||
|
|
||
|
[Service]
|
||
|
ExecStartPre=/usr/bin/ln -sf /run/lirc/lircd /dev/lircd
|
||
|
ExecStart=/usr/sbin/lircd --pidfile=/run/lirc/lircd.pid
|
||
|
Type=forking
|
||
|
PIDFile=/run/lirc/lircd.pid
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|