blob: e3a22afbfc77eb89c4df06e9ef6d02cf2658982e [file] [log] [blame] [edit]
systemd = dependency('systemd')
systemd_system_unit_dir = systemd.get_variable(
pkgconfig: 'systemd_system_unit_dir',
)
install_data(
[
'obmc-dump-monitor.service',
'ramoops-monitor.service',
'xyz.openbmc_project.Dump.Manager.service',
],
install_dir: systemd_system_unit_dir,
)