diff options
Diffstat (limited to 'man5/ezjail.5')
| -rwxr-xr-x | man5/ezjail.5 | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/man5/ezjail.5 b/man5/ezjail.5 deleted file mode 100755 index 62cbb42..0000000 --- a/man5/ezjail.5 +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | .TH ezjail 5 | ||
| 2 | .SH NAME | ||
| 3 | ezjail \- A simple jail setup framework | ||
| 4 | .SH SYNOPSIS | ||
| 5 | EZJAIL_PREFIX/etc/rc.d/ezjail.sh | ||
| 6 | .SH DESCRIPTION | ||
| 7 | The ezjail framework provides a simple way to create many virtual FreeBSD | ||
| 8 | servers by using FreeBSD's jail system. It requires little administration | ||
| 9 | effort and aims for minimum system resource usage. | ||
| 10 | |||
| 11 | If you are not familiar with the FreeBSD jail concept, please refer to | ||
| 12 | jail(8) before continuing. | ||
| 13 | .SH OVERVIEW | ||
| 14 | One \fIbase jail\fR is filled with most userland binaries and libraries and | ||
| 15 | then mounted read only into a number of stripped down jails via | ||
| 16 | .B mount_nullfs(8)\fR - thus saving lots of inodes and memory resources. | ||
| 17 | .SH INVOCATION | ||
| 18 | The ezjail script \fBEZJAIL_PREFIX/etc/rc.d/ezjail.sh\fR takes parameters \fIstart, | ||
| 19 | startcrypto, restart\fR and \fIstop\fR. It may be passed an additional list of | ||
| 20 | jails. If no jail name is specified (usually when the script is called by | ||
| 21 | rc.local at boot and shutdown time), all jails in ezjail's scope, except crypto | ||
| 22 | image jails (or jails marked as blocking), are started/stopped. To start | ||
| 23 | all crytpo image jails (or those depending on them), use the \fIstartcrypto\fR parameter. | ||
| 24 | |||
| 25 | The script examines its config, attaches and mounts images, and sets | ||
| 26 | variables for each jail in the jail_list before passing its command on | ||
| 27 | to the \fB/etc/rc.d/jail\fR script. | ||
| 28 | .SH NOTES | ||
| 29 | .B ezjail.sh\fR enforces the execution of \fB/etc/rc.d/jail\fR, by | ||
| 30 | prepending \fI"one"\fR to the start, restart, and stop commands so it is | ||
| 31 | .B NOT NECESSARY\fR to set \fIjail_enable\fR in the \fB/etc/rc.conf\fR | ||
| 32 | config file. | ||
| 33 | .SH FILES | ||
| 34 | EZJAIL_PREFIX/etc/ezjail.conf | ||
| 35 | .br | ||
| 36 | EZJAIL_PREFIX/etc/rc.d/ezjail.sh | ||
| 37 | .SH "SEE ALSO" | ||
| 38 | ezjail-admin(1), ezjail.conf(5), jail(8), mount_nullfs(8) | ||
| 39 | .SH AUTHOR | ||
| 40 | Dirk Engling <erdgeist@erdgeist.org> | ||
