Add systemd service for OpenPOWER Dump Monitor
This commit introduces a new systemd service for the OpenPOWER Dump
Monitor. The service is responsible for monitoring and handling dump
collection on OpenPOWER systems.
Key changes:
- Added `openpower-dump-monitor.service` to manage the OpenPOWER Dump
Monitor process.
- Updated the meson build system to install the new service file and
create necessary symlinks.
Change-Id: Ie4495631c4dbf399e4acbe7bfd47c7b11bc43fc3
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
diff --git a/dump/meson.build b/dump/meson.build
index 774f8e2..8e82b02 100644
--- a/dump/meson.build
+++ b/dump/meson.build
@@ -80,3 +80,6 @@
install_mode: 'rwxr-xr-x'
)
endif
+
+subdir('dist')
+