meson: add in service file support
meson requires just the normal service file name so create a copy of it
for now. A future commit will remove the automake required .in version.
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I6cb6998716c4e21eb948b8fdf934d538aac017d1
diff --git a/service_files/phosphor-systemd-target-monitor.service b/service_files/phosphor-systemd-target-monitor.service
new file mode 100644
index 0000000..ffd980f
--- /dev/null
+++ b/service_files/phosphor-systemd-target-monitor.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=phosphor systemd target monitor
+After=dbus.service
+
+[Service]
+Restart=always
+ExecStart=/usr/bin/phosphor-systemd-target-monitor -f /etc/phosphor-systemd-target-monitor/phosphor-target-monitor-default.json
+
+[Install]
+WantedBy=multi-user.target