From a2effe5ecec057748e30050bd2d3bad6501a2aef Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 12 Oct 2017 13:57:56 +0200 Subject: [PATCH] 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 => usr/lib/systemd/user}/xds-server.service | 1 - 1 file changed, 1 deletion(-) rename conf.d/{service => usr/lib/systemd/user}/xds-server.service (95%) diff --git a/conf.d/service/xds-server.service b/conf.d/usr/lib/systemd/user/xds-server.service similarity index 95% rename from conf.d/service/xds-server.service rename to conf.d/usr/lib/systemd/user/xds-server.service index 6da12c0..600a343 100644 --- a/conf.d/service/xds-server.service +++ b/conf.d/usr/lib/systemd/user/xds-server.service @@ -2,7 +2,6 @@ Description=XDS Server [Service] -User=devel Type=forking EnvironmentFile=-/etc/default/xds-server ExecStart=/opt/AGL/xds/server/xds-server-start.sh -- 2.16.6