combining rc.conf and jail.conf

2013-07-25 Thread Marek Rudnicki
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

Re: combining rc.conf and jail.conf

2013-07-25 Thread Miroslav Lachman
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