From 5756bd350d585660cce53a28dc66bfcf162ecca1 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 13 Sep 2017 15:42:09 +0200 Subject: Set install dir to /opt/AGL and move conf to $HOME/.xds-server Signed-off-by: Sebastien Douheret --- conf.d/service/xds-server.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf.d/service') diff --git a/conf.d/service/xds-server.service b/conf.d/service/xds-server.service index e938d3f..6da12c0 100644 --- a/conf.d/service/xds-server.service +++ b/conf.d/service/xds-server.service @@ -5,7 +5,8 @@ Description=XDS Server User=devel Type=forking EnvironmentFile=-/etc/default/xds-server -ExecStart=/opt/AGL/xds/xds-server-start.sh +ExecStart=/opt/AGL/xds/server/xds-server-start.sh +ExecStop=/opt/AGL/xds/server/xds-server-stop.sh [Install] WantedBy=multi-user.target -- cgit 1.2.3-korg