blob: e3a22afbfc77eb89c4df06e9ef6d02cf2658982e [file] [log] [blame]
William de Abreu Pinho6db7a852025-07-17 03:30:02 -07001systemd = dependency('systemd')
2systemd_system_unit_dir = systemd.get_variable(
3 pkgconfig: 'systemd_system_unit_dir',
4)
5
6install_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)