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.
3 lines
87 B
Plaintext
3 lines
87 B
Plaintext
# vim: set ft=udevrules :
|
|
SUBSYSTEM=="apex", MODE="0660", GROUP="apex", TAG+="systemd"
|