commit | 5e1e7e3c4fb6ba9f47d62ec9c053ee6b7f80e456 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@linux.intel.com> | Thu Aug 03 13:42:18 2023 -0700 |
committer | Jason M. Bills <jason.m.bills@linux.intel.com> | Thu Aug 10 13:37:52 2023 -0700 |
tree | 8db26317421a62b5658650cd45d98bd7b9e7b8dd | |
parent | b0fd5f9eff633c598544995357c49e3aace7a09f [diff] [blame] |
Port to meson OpenBMC is moving everything to meson, so do that here, too. Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Change-Id: Id40b891c4273894aa02a87c1105277939d90e044
diff --git a/service_files/meson.build b/service_files/meson.build new file mode 100644 index 0000000..e2df524 --- /dev/null +++ b/service_files/meson.build
@@ -0,0 +1,4 @@ +install_data( + 'xyz.openbmc_project.HostErrorMonitor.service', + install_dir: systemd_system_unit_dir, +)