diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-12 13:57:56 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-12 13:57:56 +0200 |
commit | a2effe5ecec057748e30050bd2d3bad6501a2aef (patch) | |
tree | 17ad53b96e626c2e65c8ce0aa01d9c4561dc27b9 /conf.d | |
parent | c1104e1be920ea11a42a873bad24e1f8f29990a6 (diff) |
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 <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/usr/lib/systemd/user/xds-server.service (renamed from conf.d/service/xds-server.service) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf.d/service/xds-server.service b/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 |