Start xlogin@vdr after xorg.detect using a handler

This commit is contained in:
Alexander Grothe
2018-01-07 17:55:18 +01:00
parent fbb6003cf9
commit b1ebc54438
3 changed files with 18 additions and 0 deletions

View File

@@ -48,6 +48,14 @@
enabled: yes
register: xlogin_stop
- name: enable and start xlogin for the vdr user
systemd:
daemon_reload: yes
name: 'xlogin@{{ vdr.user }}'
enabled: yes
state: started
register: xlogin_start
- name: Stop x
systemd:
name: x@vt7.service