frigate: Enable user lingering

This commit is contained in:
Timo Makinen 2024-06-25 16:56:46 +00:00
parent acf2853223
commit 9982ee4386

View file

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