blob: 18dfa474be7a1c73df75676961e0bf66558388e1 [file] [log] [blame]
unit_files = [
'phosphor-systemd-target-monitor.service',
'phosphor-discover-system-state@.service',
'phosphor-reboot-host@.service',
'phosphor-reset-host-check@.service',
'phosphor-reset-host-reboot-attempts@.service',
'phosphor-reset-host-running@.service',
'phosphor-reset-sensor-states@.service',
'xyz.openbmc_project.State.BMC.service',
'xyz.openbmc_project.State.Chassis.service',
'xyz.openbmc_project.State.Host.service',
'xyz.openbmc_project.State.ScheduledHostTransition.service'
]
foreach u : unit_files
configure_file(
copy: true,
input: u,
install: true,
install_dir: systemd_system_unit_dir,
output: u,
)
endforeach