Hi !!
How to stop homebridge when running from startup ?
On my raspberry pi I do
" sudo /etc/init.d/homebridge stop "
For start you just change "stop" to "start"
if you're on a systemd operating System, issue
sudo systemctl stop homebridge
given you have named the Service according to the book
thanks
Most helpful comment
if you're on a systemd operating System, issue
sudo systemctl stop homebridgegiven you have named the Service according to the book