vhusbdpin takes 30 seconds to stop in Raspberry Pi
<p>Hello,
</p>
<p>I have installed init.d service to launch the VirtualHere service on boot up in Raspberry Pi. It works quite well, but the time it takes to stop it is 30 seconds:
</p>
<p>pi@raspberrypi ~ $ sudo service vhusbdpin start<br />
pi@raspberrypi ~ $ time sudo service vhusbdpin stop
</p>
<p>real 0m30.111s<br />
user 0m0.730s<br />
sys 0m2.100s
</p>