Use yavdr-xorg to control xlogin@vdr.service and x@vt7.service
This commit is contained in:
@@ -18,6 +18,13 @@
|
||||
enabled: yes
|
||||
notify: ['Start VDR']
|
||||
|
||||
- name: Stop yavdr-xorg
|
||||
systemd:
|
||||
name: 'yavdr-xorg'
|
||||
state: stopped
|
||||
enabled: yes
|
||||
notify: ['Start yavdr-xorg']
|
||||
|
||||
- name: Stop xlogin
|
||||
systemd:
|
||||
name: 'xlogin@{{ vdr.user }}.service'
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
state: present
|
||||
with_items:
|
||||
- xlogin
|
||||
- yavdr-xorg
|
||||
- xorg
|
||||
- xserver-xorg-input-all
|
||||
- xserver-xorg-video-all
|
||||
|
||||
Reference in New Issue
Block a user