mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08: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:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user