blob: 2f1932d081d2e50c19933c258a71d031d68ad5f8 [file] [log] [blame]
Brad Bishopb4459912019-11-05 19:39:11 -05001unit_files = [
2 'xyz.openbmc_project.FruDevice.service',
3 'xyz.openbmc_project.EntityManager.service',
4]
5
6foreach 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 )
14endforeach