Hi Alex,
On Mon, May 18, 2020 at 06:40:54PM -0700, Alex Ryan wrote:
You need to install the service file so that systemd is able to use
it. The ConnMan sources provide a basic service file which might
need to be adapted to you're setup. On a normal distribution, it's
enough to copy the service file to right spot, e.g.
cp connman/src/connman.service /etc/systemd/system/connman.service
after that tell systemd to rescan for changes
systemctl daemon-reload
Thanks,
Daniel