Added systemd service file
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 3 Oct 2017 07:33:03 +0000 (09:33 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Tue, 3 Oct 2017 07:33:03 +0000 (09:33 +0200)
Change-Id: I4e9599ccb620c2a5d1bd78fd76d143c74ce49e92
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
xds-agent.service [new file with mode: 0644]

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