1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-04 20:58:28 +03:00

meson: install 70-power-switch.rules

Fixes a bug introduced by 155078c835a00fed264a7b36b06f709d9b57cb1b.

Fixes #23425.
This commit is contained in:
Yu Watanabe 2022-05-19 00:15:12 +09:00
parent d1df0466d9
commit f9aabf2c2c

View File

@ -35,6 +35,9 @@ rules = [
[files('70-memory.rules'),
dmi_arches.contains(host_machine.cpu_family())],
[files('70-power-switch.rules'),
enable_logind],
]
all_rules = []