blob: 6284dab8430092ca58ec44177a71831f1ded69ef [file] [log] [blame]
Andrew Geissler179d38c2019-12-10 15:05:23 -06001unit_files = [
2 'phosphor-systemd-target-monitor.service',
Andrew Geisslerc2123532020-01-14 10:39:47 -06003 'phosphor-discover-system-state@.service',
4 'phosphor-reboot-host@.service',
5 'phosphor-reset-host-check@.service',
6 'phosphor-reset-host-reboot-attempts@.service',
7 'phosphor-reset-host-running@.service',
8 'phosphor-reset-sensor-states@.service',
9 'xyz.openbmc_project.State.BMC.service',
10 'xyz.openbmc_project.State.Chassis.service',
11 'xyz.openbmc_project.State.Host.service'
Andrew Geissler179d38c2019-12-10 15:05:23 -060012]
13
14foreach u : unit_files
15 configure_file(
16 copy: true,
17 input: u,
18 install: true,
19 install_dir: systemd_system_unit_dir,
20 output: u,
21 )
22endforeach