aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/usr/lib/systemd/user/xds-agent.service
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/usr/lib/systemd/user/xds-agent.service')
-rw-r--r--conf.d/usr/lib/systemd/user/xds-agent.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf.d/usr/lib/systemd/user/xds-agent.service b/conf.d/usr/lib/systemd/user/xds-agent.service
new file mode 100644
index 0000000..1fd038b
--- /dev/null
+++ b/conf.d/usr/lib/systemd/user/xds-agent.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=XDS Agent
+
+[Service]
+EnvironmentFile=-/etc/default/xds-agent
+ExecStart=/opt/AGL/xds/agent/xds-agent &
+
+[Install]
+WantedBy=multi-user.target