diff options
-rwxr-xr-x | man5/ezjail.5 | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/man5/ezjail.5 b/man5/ezjail.5 index 802ea41..15fbc58 100755 --- a/man5/ezjail.5 +++ b/man5/ezjail.5 | |||
@@ -8,14 +8,32 @@ The ezjail framework provides a simple way to create many virtual FreeBSD | |||
8 | servers by using FreeBSD's jail system. It requires little administration | 8 | servers by using FreeBSD's jail system. It requires little administration |
9 | effort and aims for minimum system resource usage. | 9 | effort and aims for minimum system resource usage. |
10 | 10 | ||
11 | If you are not familiar with the FreeBSD jail concept, refer to jail(8). | 11 | If you are not familiar with the FreeBSD jail concept, please refer to |
12 | jail(8) before continuing. | ||
12 | .SH OVERVIEW | 13 | .SH OVERVIEW |
13 | One | 14 | One |
14 | .I base jail | 15 | .I base jail |
15 | is filled with most userland binaries and libraries and then mounted | 16 | is filled with most userland binaries and libraries and then mounted |
16 | readonly into a number of stripped down jails via | 17 | read only into a number of stripped down jails via |
17 | .B mount_nullfs(8) | 18 | .B mount_nullfs(8) |
18 | , thus saving lots of inodes and memory resources. | 19 | - thus saving lots of inodes and memory resources. |
20 | |||
21 | The ezjail rc script examines its config directory, sets variables | ||
22 | .I jail_list | ||
23 | and the corresponding config variables for each jail before passing all | ||
24 | commands on to the | ||
25 | .B /etc/rc.d/jail | ||
26 | script. | ||
27 | .B ezjail | ||
28 | sets the | ||
29 | .I jail_enable | ||
30 | variable to the content of | ||
31 | .I ezjail_enable | ||
32 | before calling | ||
33 | .B /etc/rc.d/jail, | ||
34 | so it is not necessary to enable jails in the | ||
35 | .B /etc/rc.conf | ||
36 | config file. | ||
19 | .SH FILES | 37 | .SH FILES |
20 | /usr/local/etc/ezjail.conf | 38 | /usr/local/etc/ezjail.conf |
21 | .br | 39 | .br |