Andrew Geissler | 179d38c | 2019-12-10 15:05:23 -0600 | [diff] [blame] | 1 | unit_files = [ |
| 2 | 'phosphor-systemd-target-monitor.service', |
Andrew Geissler | c212353 | 2020-01-14 10:39:47 -0600 | [diff] [blame] | 3 | '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', |
Carol Wang | f304820 | 2020-03-11 17:53:52 +0800 | [diff] [blame^] | 11 | 'xyz.openbmc_project.State.Host.service', |
| 12 | 'xyz.openbmc_project.State.ScheduledHostTransition.service' |
Andrew Geissler | 179d38c | 2019-12-10 15:05:23 -0600 | [diff] [blame] | 13 | ] |
| 14 | |
| 15 | foreach u : unit_files |
| 16 | configure_file( |
| 17 | copy: true, |
| 18 | input: u, |
| 19 | install: true, |
| 20 | install_dir: systemd_system_unit_dir, |
| 21 | output: u, |
| 22 | ) |
| 23 | endforeach |