disable lircmd.service
This commit is contained in:
@@ -1010,7 +1010,7 @@ lircd0_socket: /var/run/lirc/lircd0
|
|||||||
tags:
|
tags:
|
||||||
- config
|
- 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:
|
systemd:
|
||||||
name: '{{ item }}'
|
name: '{{ item }}'
|
||||||
enabled: no
|
enabled: no
|
||||||
@@ -1019,6 +1019,7 @@ lircd0_socket: /var/run/lirc/lircd0
|
|||||||
with_items:
|
with_items:
|
||||||
- lircd.service
|
- lircd.service
|
||||||
- lircd.socket
|
- lircd.socket
|
||||||
|
- lircmd.service
|
||||||
- lircd-uinput.service
|
- lircd-uinput.service
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
tags:
|
tags:
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- config
|
- 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:
|
systemd:
|
||||||
name: '{{ item }}'
|
name: '{{ item }}'
|
||||||
enabled: no
|
enabled: no
|
||||||
@@ -35,6 +35,7 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- lircd.service
|
- lircd.service
|
||||||
- lircd.socket
|
- lircd.socket
|
||||||
|
- lircmd.service
|
||||||
- lircd-uinput.service
|
- lircd-uinput.service
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
tags:
|
tags:
|
||||||
|
Reference in New Issue
Block a user