| William de Abreu Pinho | 6db7a85 | 2025-07-17 03:30:02 -0700 | [diff] [blame] | 1 | systemd = dependency('systemd') |
| 2 | systemd_system_unit_dir = systemd.get_variable( | ||||
| 3 | pkgconfig: 'systemd_system_unit_dir', | ||||
| 4 | ) | ||||
| 5 | |||||
| 6 | install_data( | ||||
| 7 | [ | ||||
| 8 | 'obmc-dump-monitor.service', | ||||
| 9 | 'ramoops-monitor.service', | ||||
| 10 | 'xyz.openbmc_project.Dump.Manager.service', | ||||
| 11 | ], | ||||
| 12 | install_dir: systemd_system_unit_dir, | ||||
| 13 | ) | ||||