From: Romain Forlot Date: Tue, 3 Oct 2017 07:33:03 +0000 (+0200) Subject: Added systemd service file X-Git-Tag: v0.2.0~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=886e507e1caa10fa913750a9f65d51dd286eee72;hp=09763a60f600342b8ecb997a83d80110f341048d;p=src%2Fxds%2Fxds-agent.git Added systemd service file Change-Id: I4e9599ccb620c2a5d1bd78fd76d143c74ce49e92 Signed-off-by: Romain Forlot --- diff --git a/xds-agent.service b/xds-agent.service new file mode 100644 index 0000000..66788dc --- /dev/null +++ b/xds-agent.service @@ -0,0 +1,9 @@ +[Unit] +Description=XDS Agent + +[Service] +User=claneys +ExecStart=/opt/AGL/xds/agent/xds-agent & + +[Install] +WantedBy=multi-user.target