i got my HomeBridge running with autostart @reboot (rpi) :D
I used PM2 instead of forever. If you follow the instructions below, it will autostart HomeBridge after a reboot of you pi...
sudo npm install pm2 -g
cd ~/homebridge/
pm2 start app.js --name HomeBridge
pm2 save