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( |
| 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, |
Patrick Williams | 55ce2f2 | 2023-04-12 08:05:57 -0500 | [diff] [blame] | 9 | install_dir: systemd.get_variable('systemdsystemunitdir')) |