A "Best of the Best Practices" (BOBP) guide to developing in Python.
- "Build tools for others that you want to be built for you." - Kenneth Reitz
- "Simplicity is alway better than functionality." - Pieter Hintjens
Picking the right architecture = Picking the right battles + Managing trade-offs
#!/bin/sh /etc/rc.common | |
# Description: Enable Homebridge on boot | |
# Author: Daniel Tsai <[email protected]> | |
START=90 | |
USE_PROCD=1 | |
EXTRA_COMMANDS="status" | |
EXTRA_HELP=" status Print Homebridge run information" |