summaryrefslogtreecommitdiff
path: root/man5/ezjail.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/ezjail.5')
-rwxr-xr-xman5/ezjail.540
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
3ezjail \- A simple jail setup framework
4.SH SYNOPSIS
5EZJAIL_PREFIX/etc/rc.d/ezjail.sh
6.SH DESCRIPTION
7The ezjail framework provides a simple way to create many virtual FreeBSD
8servers by using FreeBSD's jail system. It requires little administration
9effort and aims for minimum system resource usage.
10
11If you are not familiar with the FreeBSD jail concept, please refer to
12jail(8) before continuing.
13.SH OVERVIEW
14One \fIbase jail\fR is filled with most userland binaries and libraries and
15then 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
18The ezjail script \fBEZJAIL_PREFIX/etc/rc.d/ezjail.sh\fR takes parameters \fIstart,
19startcrypto, restart\fR and \fIstop\fR. It may be passed an additional list of
20jails. If no jail name is specified (usually when the script is called by
21rc.local at boot and shutdown time), all jails in ezjail's scope, except crypto
22image jails (or jails marked as blocking), are started/stopped. To start
23all crytpo image jails (or those depending on them), use the \fIstartcrypto\fR parameter.
24
25The script examines its config, attaches and mounts images, and sets
26variables for each jail in the jail_list before passing its command on
27to 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
30prepending \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
32config file.
33.SH FILES
34EZJAIL_PREFIX/etc/ezjail.conf
35.br
36EZJAIL_PREFIX/etc/rc.d/ezjail.sh
37.SH "SEE ALSO"
38ezjail-admin(1), ezjail.conf(5), jail(8), mount_nullfs(8)
39.SH AUTHOR
40Dirk Engling <erdgeist@erdgeist.org>