FS#33956 - [lirc] Add '-d /dev/lirc0' to the systemd service
Attached to Project:
Arch Linux
Opened by Alexander Kaltsas (firewalker) - Thursday, 21 February 2013, 07:36 GMT
Last edited by Tobias Powalowski (tpowa) - Tuesday, 08 October 2013, 17:50 GMT
Opened by Alexander Kaltsas (firewalker) - Thursday, 21 February 2013, 07:36 GMT
Last edited by Tobias Powalowski (tpowa) - Tuesday, 08 October 2013, 17:50 GMT
|
Details
Please add the "-d /dev/lirc0" option to the systemd script
that start lircd. The file in question is
'/usr/lib/systemd/system/lirc.service'.
Change ExecStart=/usr/sbin/lircd --pidfile=/run/lirc/lircd.pid To ExecStart=/usr/sbin/lircd --pidfile=/run/lirc/lircd.pid -d /dev/lirc0 |
This task depends upon
eval /usr/sbin/lircd -d "$LIRC_DEVICE" $LIRC_EXTRAOPTS $LIRC_CONFIGFILE
https://bbs.archlinux.org/viewtopic.php?id=157784
There must be a way to configure the device name without to have a "sex" with the systemd :)