Re: Starting Homebridge / nodejs daemon at boot

2024-04-04 Thread Manuel Kuklinski
Hi! Am Dienstag 10 Oktober 2023 um 21:15:00 -0700, schrieb Renato Aguiar 0,3K: > On Tue, Oct 10 2023, Manuel Kuklinski wrote: > > > 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 >

Re: Starting Homebridge / nodejs daemon at boot

2023-10-16 Thread Manuel Kuklinski
Am Sonntag 15 Oktober 2023 um 16:47:37 -, schrieb Stuart Henderson 0,2K: > On 2023-10-14, Manuel Kuklinski wrote: > > Thank you again - can you possibly direct me in the correct way to "dump > > the environment"? I guess you don't mean `env`? > > Yes, env - e.g. "(date; env) >> /tmp/env.log

Re: Starting Homebridge / nodejs daemon at boot

2023-10-15 Thread Stuart Henderson
On 2023-10-14, Manuel Kuklinski wrote: > Thank you again - can you possibly direct me in the correct way to "dump > the environment"? I guess you don't mean `env`? Yes, env - e.g. "(date; env) >> /tmp/env.log

Re: Starting Homebridge / nodejs daemon at boot

2023-10-14 Thread Manuel Kuklinski
Am Samstag 14 Oktober 2023 um 17:14:40 +0100, schrieb Stuart Henderson 1,2K: > On 2023/10/14 17:58, Manuel Kuklinski wrote: > > Am Samstag 14 Oktober 2023 um 15:40:19 -, schrieb Stuart Henderson 1,0K: > > > Is it any better if you do > > > > > > daemon="/usr/local/bin/node" > > > daemon_flags=

Re: Starting Homebridge / nodejs daemon at boot

2023-10-14 Thread Manuel Kuklinski
Am Samstag 14 Oktober 2023 um 15:40:19 -, schrieb Stuart Henderson 1,0K: > Is it any better if you do > > daemon="/usr/local/bin/node" > daemon_flags="/usr/local/bin/homebridge -T -Q -U /var/homebridge" > > or does that not work at all anyway? (I don't know homebridge) Hi! Thank you for the

Re: Starting Homebridge / nodejs daemon at boot

2023-10-14 Thread Stuart Henderson
On 2023/10/14 17:58, Manuel Kuklinski wrote: > Am Samstag 14 Oktober 2023 um 15:40:19 -, schrieb Stuart Henderson 1,0K: > > Is it any better if you do > > > > daemon="/usr/local/bin/node" > > daemon_flags="/usr/local/bin/homebridge -T -Q -U /var/homebridge" > > > > or does that not work at al

Re: Starting Homebridge / nodejs daemon at boot

2023-10-14 Thread Stuart Henderson
On 2023-10-10, Manuel Kuklinski wrote: > 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" > dae

Re: Starting Homebridge / nodejs daemon at boot

2023-10-12 Thread Aaron Mason
On Wed, Oct 11, 2023 at 11:38 AM Manuel Kuklinski wrote: > > 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: > I have a similar issue with PHP and Perl based FastCGI apps. My s

Re: Starting Homebridge / nodejs daemon at boot

2023-10-10 Thread Renato Aguiar
On Tue, Oct 10 2023, Manuel Kuklinski wrote: 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 I posted a workaround for that in ports mailing list: https://marc.info/?l=openbsd-ports&m

Starting Homebridge / nodejs daemon at boot

2023-10-10 Thread Manuel Kuklinski
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/homebrid