Re: rcorder question

From: David Chisnall <theraven_at_freebsd.org>
Date: Thu, 15 Feb 2024 07:45:03 UTC
On 14 Feb 2024, at 22:03, Juraj Lutter <otis@freebsd.org> wrote:
> 
> I would consider wrapping by /usr/sbin/daemon instead of putting it into background this way.

In particular, that makes it trivial to write the stop command. This may be overkill, but I find it’s actually *more* useful when debugging my own things than for production services.

David