Brandon Kim | b6389b9 | 2022-03-09 02:32:18 -0800 | [diff] [blame] | 1 | systemd = dependency('systemd') |
| 2 | conf_data = configuration_data() |
| 3 | conf_data.set('BINDIR', get_option('prefix') / get_option('bindir')) |
| 4 | configure_file( |
Patrick Williams | 57d0517 | 2025-03-03 11:09:12 -0500 | [diff] [blame] | 5 | input: 'xyz.openbmc_project.bios_bmc_smm_error_logger.service.in', |
| 6 | output: 'xyz.openbmc_project.bios_bmc_smm_error_logger.service', |
| 7 | configuration: conf_data, |
| 8 | install: true, |
| 9 | install_dir: systemd.get_variable('systemdsystemunitdir'), |
| 10 | ) |