Disable user lingering & use system systemd services

This commit is contained in:
sonny 2025-01-25 12:52:13 +01:00
parent d8c4f71c62
commit 42e0ee3182
11 changed files with 117 additions and 19 deletions

View file

@ -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'