Chris Cain | 7bd6d14 | 2023-01-11 13:41:09 -0600 | [diff] [blame] | 1 | unit_files = [ |
2 | 'org.open_power.OCC.Control.service', | ||||
3 | 'op-occ-disable@.service', | ||||
4 | 'op-occ-enable@.service' | ||||
5 | ] | ||||
6 | |||||
7 | foreach u : unit_files | ||||
8 | configure_file( | ||||
9 | copy: true, | ||||
10 | input: u, | ||||
11 | install: true, | ||||
12 | install_dir: systemd_system_unit_dir, | ||||
13 | output: u, | ||||
14 | ) | ||||
15 | endforeach |