Re: Service for jails?

From: Miroslav Lachman <000.fbsd_at_quip.cz>
Date: Fri, 07 Jun 2024 07:44:34 UTC
On 07/06/2024 08:20, Matthias Fechner wrote:
> Dear all,
> 
> I saw in some commit messages that the startup scripts are modified like:
> 
> BBB_svcj_options=${BBB_svcj_options:-"net_basic"}
> 
> But I cannot find anything in the porters handbook about that new 
> parameter.
> 
> Can maybe someone explain that a little bit more, what it is and why it 
> makes sense to add this?

It is for service jails where you can easily start "any" service in its 
own jail just by one line in rc.conf

https://docs.freebsd.org/en/books/handbook/jails/#service-jails

https://docs.freebsd.org/en/books/handbook/jails/#service-jails-config

https://docs.freebsd.org/en/articles/rc-scripting/#rcng-service-jails

Kind regards
Miroslav Lachman