Selaa lähdekoodia

tmux service

systemd-xsession
vanhempi
commit
8cf5d0cffb
2 muutettua tiedostoa jossa 20 lisäystä ja 0 poistoa
  1. +5
    -0
      handlers/main.yaml
  2. +15
    -0
      tasks/tmux.yaml

+ 5
- 0
handlers/main.yaml Näytä tiedosto

@@ -0,0 +1,5 @@
---
- name: systemd daemon-reload
systemd:
daemon_reload: yes
scope: user

+ 15
- 0
tasks/tmux.yaml Näytä tiedosto

@@ -5,3 +5,18 @@
src: tmux.conf.j2
dest: ~/.tmux.conf
mode: 0755

- name: systemd user config directory
file:
path: ~/.config/systemd/user
state: directory
- name: tmux systemd user service unit
template:
src: tmux@.service.j2
dest: ~/.config/systemd/user/tmux@.service
notify: systemd daemon-reload
- name: tmux systemd user service unit
template:
src: tmux@.service.j2
dest: ~/.config/systemd/user/tmux@.service
notify: systemd daemon-reload