Solved [Solved] Include extra files in /etc/jail.conf

Hi everyone,

I would like to add extra files in /etc/jail.conf (each jail with its own .conf)
I tried:
Code:
include /path/to/file.conf
But this does not work. Do you have an idea?

Thanks
 
Re: Include extra files in /etc/jail.conf

Although it's a good idea jail.conf doesn't support it. You might want to put in a feature request as I do see a lot of benefits. Especially if you also can do something like
Code:
include /etc/jail.d/*.conf
 
Re: Include extra files in /etc/jail.conf

Thank you @SirDice.
I guess this is the reason why ezjail still configure its jails in the old-way.
 
Last edited by a moderator:
Back
Top