Skip to content

Instantly share code, notes, and snippets.

View daniel0076's full-sized avatar

Wei Tsai daniel0076

View GitHub Profile
@daniel0076
daniel0076 / homebridge
Created December 5, 2017 14:27
Homebridge init.d script for LEDE/OpenWRT (procd init.d script)
#!/bin/sh /etc/rc.common
# Description: Enable Homebridge on boot
# Author: Daniel Tsai <idaniel.twc@gmail.com>
START=90
USE_PROCD=1
EXTRA_COMMANDS="status"
EXTRA_HELP=" status Print Homebridge run information"