To stop Heimdall and Bor services

Created by Daniel Anthony, Modified on Fri, 12 Jan at 1:49 AM by Daniel Anthony

For Linux packages:


Stop Heimdall: sudo service heimdalld stop


Stop Bor: sudo service bor stop or

  1. ps -aux | grep bor. Get the PID for Bor and then run the following command.
  2. sudo kill -9 PID

For Binaries:


Stop Heimdall: pkill heimdalld


Stop Bridge: pkill heimdalld-bridge


Stop Bor: Go to CS-2001/bor and then run, bash stop.sh

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article