Hello
I have a jail configuration in /etc/jail.conf and can start it with:
# jail -c myjail
However, I would like to start it automatically at system boot, e.g. by
using /etc/rc.conf . What's the best way to do that?
And generally, is it the recommended way to configure jail in
/etc/jail.conf
Marek Rudnicki wrote:
Hello
I have a jail configuration in /etc/jail.conf and can start it with:
# jail -c myjail
However, I would like to start it automatically at system boot, e.g. by
using /etc/rc.conf . What's the best way to do that?
And generally, is it the recommended way to configur