Homebridge Gist
This is a small Homebridge configuration snippet I have used when setting up the default environment file for a Homebridge service.
Use it as a starting point, then adjust the path or debug settings for your own server.
# Defaults / Configuration options for homebridge
# The following settings tell homebridge where to find the config.json file
# and where to persist pairing data and other state.
HOMEBRIDGE_OPTS=-U /var/homebridge
# Uncomment the following line for verbose logging.
# You can view logs with:
# journalctl -f -u homebridge
# DEBUG=*