Hi!

I can't get homebridge started at boot - it starts with the following
rc.d script if running as root after logging in, but fails to be present
at boot time:
# cat /etc/rc.d/homebridge
#!/bin/ksh

daemon="/usr/local/bin/homebridge"
daemon_user="_homebridge"
daemon_flags="-T -Q -U /var/homebridge"
daemon_class=daemon
daemon_logger="daemon.info"
daemon_execdir="/var/homebridge"

. /etc/rc.d/rc.subr

pexp="node: homebridge.*"

rc_bg=YES
rc_reload=NO

rc_cmd $1

What now? I'm happy about helping hands and hints...

Kind regards.

Reply via email to