foosel/netconnectd

netconnectd.service file not found

Closed this issue · 4 comments

netconnectd.service file not found

I just had the same problem and was searching for the cause quite a while...
The solution is simple:
The error message says "I don't know any service called netconnectd"
This is because we haven't registered the service yet.
To fix this run:

sudo update-rc.d netconnectd

After this you can start the service

sudo service netconnectd start

sudo update-rc.d netconnectd defaults 80
Worked for me in RPi3

Can verify that the above ^^ tip from @marianoronchi fixes the issue that the service didn't start.

And it's been in the README since always ;)

At the wrong location though. Fixed.