Hi all,
On a clean install of 13.1-RELEASE, I have noticed that there is now a "/etc/jail.conf.d" folder. As this would make automated jail management easier for me, I would like to make use of it.
I made a simple test configuration in /etc/jail.conf.d/test.conf, and tried starting the jail. However I got the following error:
Is there some config I need to change to make the service use the /etc/jail.conf.d directory?
On a clean install of 13.1-RELEASE, I have noticed that there is now a "/etc/jail.conf.d" folder. As this would make automated jail management easier for me, I would like to make use of it.
I made a simple test configuration in /etc/jail.conf.d/test.conf, and tried starting the jail. However I got the following error:
Ok, thinking perhaps the service needs a stub /etc/jail.conf, I create an empty file and try again:root@test-lab:~ # service jail start
Starting jails:jail: /etc/jail.conf: No such file or directory
.
This time I get no errors, but it does not attempt to start my jail as defined in /etc/jail.conf.d/test.conf.root@test-lab:~ # touch /etc/jail.conf
root@test-lab:~ # service jail start
Starting jails:.
root@test-lab:~ #
Is there some config I need to change to make the service use the /etc/jail.conf.d directory?