patrickbusch / homebridge-docker

Dockerized homebridge - HomeKit support for the impatient
Apache License 2.0
62 stars 118 forks source link

Restart dbus in run.sh using Upstart (instead of directly starting daemon) #15

Closed felixbouleau closed 1 year ago

felixbouleau commented 7 years ago

Changes run.sh so that dbus is restarted using Upstart.

This fixes #13 for me, running on Ubuntu 16.10, since the Upstart script seems to handle pid errors gracefully. YMMV. 😉

timoschilling commented 7 years ago

restart not only start?

felixbouleau commented 7 years ago

@timoschilling I had problems using only start but YMMV. :)