disable lircmd.service
This commit is contained in:
parent
7f2c92d7a2
commit
5e971cec4c
@ -1010,7 +1010,7 @@ lircd0_socket: /var/run/lirc/lircd0
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: stop, mask and disable lircd.socket, lircd.service and lircd-uinput.service # (the default lirc configuration conflicts with eventlircd)
|
||||
- name: stop, mask and disable lircd.socket, lircd.service, lircmd.service and lircd-uinput.service # (the default lirc configuration conflicts with eventlircd)
|
||||
systemd:
|
||||
name: '{{ item }}'
|
||||
enabled: no
|
||||
@ -1019,6 +1019,7 @@ lircd0_socket: /var/run/lirc/lircd0
|
||||
with_items:
|
||||
- lircd.service
|
||||
- lircd.socket
|
||||
- lircmd.service
|
||||
- lircd-uinput.service
|
||||
ignore_errors: yes
|
||||
tags:
|
||||
|
@ -26,7 +26,7 @@
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: stop, mask and disable lircd.socket, lircd.service and lircd-uinput.service # (the default lirc configuration conflicts with eventlircd)
|
||||
- name: stop, mask and disable lircd.socket, lircd.service, lircmd.service and lircd-uinput.service # (the default lirc configuration conflicts with eventlircd)
|
||||
systemd:
|
||||
name: '{{ item }}'
|
||||
enabled: no
|
||||
@ -35,6 +35,7 @@
|
||||
with_items:
|
||||
- lircd.service
|
||||
- lircd.socket
|
||||
- lircmd.service
|
||||
- lircd-uinput.service
|
||||
ignore_errors: yes
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user