You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
554 B
19 lines
554 B
## Fedora README
|
|
|
|
As of current releases, the Fedora lirc package sports systemd socket
|
|
activation. This should fix the problems at startup when clients can't
|
|
connect to /var/run/lircd because the lircd service is yet not started.
|
|
|
|
To start the lircd service using socket activation:
|
|
|
|
# systemctl enable lircd.socket
|
|
# systemctl start lircd.socket
|
|
|
|
The lircmd is started the usual way:
|
|
|
|
# systemctl enable lircmd.service
|
|
# systemctl start lircmd.service
|
|
|
|
|
|
http://stackoverflow.com/questions/11939255/writing-to-dev-uinput-on-ubuntu-12-04
|