Disable user lingering & use system systemd services
This commit is contained in:
parent
d8c4f71c62
commit
42e0ee3182
11 changed files with 117 additions and 19 deletions
|
|
@ -30,3 +30,7 @@
|
|||
- name: compile wezterm terminfo file
|
||||
become: true
|
||||
command: 'tic -x {{ ansible_env.HOME }}/.terminfo'
|
||||
|
||||
- name: disable user lingering
|
||||
become: true
|
||||
command: 'loginctl disable-linger sonny'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue