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,
+)