Brad Bishop | b445991 | 2019-11-05 19:39:11 -0500 | [diff] [blame] | 1 | unit_files = [ |
2 | 'xyz.openbmc_project.FruDevice.service', | ||||
3 | 'xyz.openbmc_project.EntityManager.service', | ||||
4 | ] | ||||
5 | |||||
6 | foreach u : unit_files | ||||
7 | configure_file( | ||||
8 | copy: true, | ||||
9 | input: u, | ||||
10 | install: true, | ||||
11 | install_dir: systemd_system_unit_dir, | ||||
12 | output: u, | ||||
13 | ) | ||||
14 | endforeach |