Initial recipe for phosphor-version-software-manager

Change-Id: I940fe53d276f2ebfe05fd70cc2ec26a485348e29
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/common/recipes-phosphor/flash/phosphor-software-manager/xyz.openbmc_project.Software.Version.service b/common/recipes-phosphor/flash/phosphor-software-manager/xyz.openbmc_project.Software.Version.service
new file mode 100644
index 0000000..6ed6c7f
--- /dev/null
+++ b/common/recipes-phosphor/flash/phosphor-software-manager/xyz.openbmc_project.Software.Version.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Phosphor Version Software Manager
+Before=mapper-wait@-xyz-openbmc_project-software-version.service
+
+[Service]
+ExecStart={sbindir}/phosphor-version-software-manager
+Restart=always
+Type=dbus
+BusName={BUSNAME}
+
+[Install]
+WantedBy={SYSTEMD_DEFAULT_TARGET}