Added systemd service file
[src/xds/xds-agent.git] / xds-agent.service
diff --git a/xds-agent.service b/xds-agent.service
new file mode 100644 (file)
index 0000000..66788dc
--- /dev/null
@@ -0,0 +1,9 @@
+[Unit]
+Description=XDS Agent
+
+[Service]
+User=claneys
+ExecStart=/opt/AGL/xds/agent/xds-agent &
+
+[Install]
+WantedBy=multi-user.target