From fa1a0fa5e47260349d2da761b499223d11324b58 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 17 Oct 2017 00:04:36 +0200 Subject: Add xds-agent user systemd service file and install Signed-off-by: Sebastien Douheret --- conf.d/etc/profile.d/xds-agent.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 conf.d/etc/profile.d/xds-agent.sh (limited to 'conf.d/etc/profile.d') diff --git a/conf.d/etc/profile.d/xds-agent.sh b/conf.d/etc/profile.d/xds-agent.sh new file mode 100644 index 0000000..78eff4f --- /dev/null +++ b/conf.d/etc/profile.d/xds-agent.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +#---------- AGL xds-agent tool options Start ---------" +[ ":${PATH}:" != *":%%XDS_INSTALL_BIN_DIR%%:"* ] && export PATH=%%XDS_INSTALL_BIN_DIR%%:${PATH} -- cgit 1.2.3-korg