Removed incorrect setting for systemd service 71/17471/2
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 26 Oct 2018 14:31:35 +0000 (16:31 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 26 Oct 2018 14:36:42 +0000 (14:36 +0000)
xds-server.service aims to be a user systemd service. So the user
must enable/disable/start/stop xds-server.service user systemd service
manually using for example following commands:
 systemctl --user enable xds-server.service
 systemctl --user start xds-server.service

Change-Id: Ia5cbcb684f07843c4b774bb5666c01f659af6b3d
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>

No differences found