mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
udev: tag MTD devices for systemd
Allow systemd units to require/bind to MTD devices. One use case is for using a systemd service to attach an MTD device to an UBI controller, which cannot be done until the MTD device has been probed. Fixes #33096
This commit is contained in:
committed by
Luca Boccassi
parent
3f69070598
commit
c8596cc640
@@ -16,6 +16,8 @@ KERNEL=="vport*", TAG+="systemd"
|
||||
|
||||
SUBSYSTEM=="ptp", TAG+="systemd"
|
||||
|
||||
SUBSYSTEM=="mtd", TAG+="systemd"
|
||||
|
||||
SUBSYSTEM=="ubi", TAG+="systemd"
|
||||
|
||||
SUBSYSTEM=="block", TAG+="systemd"
|
||||
|
||||
Reference in New Issue
Block a user