Skip to content

Instantly share code, notes, and snippets.

View xtai's full-sized avatar
🐟

Sean Tai xtai

🐟
View GitHub Profile
@xtai
xtai / homebridge
Created April 15, 2019 06:56 — forked from johannrichard/homebridge
Systemd Service for homebridge (http://github.com/nfarina/homebridge)
# Defaults / Configuration options for homebridge
# The following settings tells homebridge where to find the config.json file and where to persist the data (i.e. pairing and others)
HOMEBRIDGE_OPTS=-U /var/lib/homebridge
# If you uncomment the following line, homebridge will log more
# You can display this via systemd's journalctl: journalctl -f -u homebridge
# DEBUG=*