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/usr/lib/systemd/user/xds-agent.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf.d/usr/lib/systemd/user/xds-agent.service (limited to 'conf.d/usr/lib/systemd') 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 -- cgit 1.2.3-korg