Add systemd service file
Add a systemd service file for eStoraged, so that it starts up
automatically. Now that eStoraged can dynamically look for config
objects and doesn't need a hard-coded device filename, it makes sense to
have a service file in this repo now.
Tested:
Made some corresponding changes to the eStoraged recipe, then verified
that eStoraged automatically starts up on a BMC when included in the
image.
Signed-off-by: John Wedig <johnwedig@google.com>
Change-Id: Id701bde62c2ca4206b980660340eec678e062ede
diff --git a/meson.build b/meson.build
index 1e0ed00..c4ff355 100644
--- a/meson.build
+++ b/meson.build
@@ -13,3 +13,4 @@
subdir('include')
subdir('src')
+subdir('service_files')