|
# Add systemd tag to apex devices so systemd will create .device
|
|
# units for them. This allows Frigate to wait for the device to be
|
|
# available before starting, by adding an After= dependency on the
|
|
# .device unit.
|
|
SUBSYSTEM=="apex", MODE="0666", TAG+="systemd"
|