]> git.ipfire.org Git - thirdparty/systemd.git/blame_incremental - rules.d/70-memory.rules
Merge pull request #33493 from poettering/stub-refactor
[thirdparty/systemd.git] / rules.d / 70-memory.rules
... / ...
CommitLineData
1# do not edit this file, it will be overwritten on update
2
3ACTION=="remove", GOTO="memory_end"
4SUBSYSTEM!="dmi", GOTO="memory_end"
5
6IMPORT{program}="dmi_memory_id"
7
8LABEL="memory_end"