add wm-exit.service for the user session

This commit is contained in:
Alexander Grothe
2017-07-31 12:26:50 +02:00
parent e20829a913
commit 49bcc96702
3 changed files with 25 additions and 2 deletions

View File

@@ -59,6 +59,11 @@
src: roles/yavdr-xorg/templates/systemd/user/tmux.service.j2
dest: '{{ vdr.home }}/.config/systemd/user/tmux.service'
- name: create wm-exit.service for the session
template:
src: roles/yavdr-xorg/templates/systemd/user/wm-exit.service.j2
dest: '{{ vdr.home }}/.config/systemd/user/wm-exit.service'
- name: create detect-second-display.service for the session
template:
src: templates/systemd/user/detect-second-display.service.j2

View File

@@ -7,7 +7,7 @@ enabled_services=(
"tmux.service" "detect-second-display.service"
"openbox-second.service" "osd2web.service"
"yavdr-frontend.service" "pulseaudio.socket"
"pulseaudio.service")
"pulseaudio.service" "wm-exit.service")
disabled_services=()
# enable configured services for the user session