r/frigate: Add udev rules for coral tpu

Since the _frigate.service_ unit depends on _dev-apex_0.device_,
`/dev/apex_0` needs to have the `systemd` "tag" on its udev device info.
Without this tag, systemd will not "see" the device and thus will not
mark the `.device` unit as active.
This commit is contained in:
2025-08-06 09:04:04 -05:00
parent 9b4232d01a
commit daa602495c
3 changed files with 20 additions and 0 deletions

View File

@@ -6,3 +6,8 @@
service:
name: frigate
state: restarted
- name: reload udev
command: udevadm control --reload
- name: trigger udev
command: udevadm trigger