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/service | |
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/service')
-rw-r--r-- | conf.d/service/xds-server.service | 12 |
1 files changed, 0 insertions, 12 deletions
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 |