Andrew Geissler | 179d38c | 2019-12-10 15:05:23 -0600 | [diff] [blame] | 1 | unit_files = [ |
2 | 'phosphor-systemd-target-monitor.service', | ||||
3 | ] | ||||
4 | |||||
5 | foreach u : unit_files | ||||
6 | configure_file( | ||||
7 | copy: true, | ||||
8 | input: u, | ||||
9 | install: true, | ||||
10 | install_dir: systemd_system_unit_dir, | ||||
11 | output: u, | ||||
12 | ) | ||||
13 | endforeach |