From a2effe5ecec057748e30050bd2d3bad6501a2aef Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 12 Oct 2017 13:57:56 +0200 Subject: Default service to be started by current user. As well as use the same scheme that for etc/ Change-Id: I2e133f8a394546b8d51668e193d408065cdf5e81 Signed-off-by: Romain Forlot --- conf.d/service/xds-server.service | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 conf.d/service/xds-server.service (limited to 'conf.d/service') diff --git a/conf.d/service/xds-server.service b/conf.d/service/xds-server.service deleted file mode 100644 index 6da12c0..0000000 --- a/conf.d/service/xds-server.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=XDS Server - -[Service] -User=devel -Type=forking -EnvironmentFile=-/etc/default/xds-server -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