]> git.ipfire.org Git - thirdparty/systemd.git/blame_incremental - rules/75-probe_mtd.rules
busctl: modernize code a bit
[thirdparty/systemd.git] / rules / 75-probe_mtd.rules
... / ...
CommitLineData
1# do not edit this file, it will be overwritten on update
2
3ACTION!="add", GOTO="mtd_probe_end"
4
5KERNEL=="mtd*ro", IMPORT{program}="mtd_probe $devnode"
6
7LABEL="mtd_probe_end"