Skip to content

Commit 405b611

Browse files
committed
Add enable linger
1 parent f640339 commit 405b611

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infra/ansible/setup.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
- config
4242
- services
4343

44+
- name: Enable linger for {{ app_user }}
45+
become: true
46+
shell: loginctl enable-linger {{ app_user }}
47+
4448
# Clone Aligned repository
4549
# - name: Clone Aligned repository
4650
# ansible.builtin.git:

0 commit comments

Comments
 (0)