frigate: Enable user lingering
This commit is contained in:
parent
acf2853223
commit
9982ee4386
1 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,14 @@
|
|||
group: frigate
|
||||
shell: /sbin/nologin
|
||||
|
||||
- name: Enable user lingering
|
||||
ansible.builtin.command:
|
||||
argv:
|
||||
- loginctl
|
||||
- enable-linger
|
||||
- frigate
|
||||
creates: /var/lib/systemd/linger/frigate
|
||||
|
||||
- name: Allow podman to use devices
|
||||
ansible.posix.seboolean:
|
||||
name: container_use_devices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue