diff options
Diffstat (limited to 'man5/ezjail.5')
-rwxr-xr-x | man5/ezjail.5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man5/ezjail.5 b/man5/ezjail.5 index aaef3f0..49fd0c6 100755 --- a/man5/ezjail.5 +++ b/man5/ezjail.5 | |||
@@ -27,13 +27,14 @@ and | |||
27 | It may be passed an additional list of jails. If no jail name is | 27 | It may be passed an additional list of jails. If no jail name is |
28 | specified (usually when the script is being called by rc.local at boot | 28 | specified (usually when the script is being called by rc.local at boot |
29 | and shutdown time), all jails in ezjails scope, except crypto image | 29 | and shutdown time), all jails in ezjails scope, except crypto image |
30 | jails, are being started/stopped. To start all crytpo image jails, use | 30 | jails (or jails marked as blocking), are being started/stopped. To |
31 | the | 31 | start all crytpo image jails (or those depending on them), use the |
32 | .I startcrypto | 32 | .I startcrypto |
33 | parameter. | 33 | parameter. |
34 | 34 | ||
35 | The script examines its config, sets variables for each jail in the | 35 | The script examines its config, attaches and mounts images, sets |
36 | jail_list before passing its command on to the | 36 | variables for each jail in the jail_list before passing its command on |
37 | to the | ||
37 | .B /etc/rc.d/jail | 38 | .B /etc/rc.d/jail |
38 | script. | 39 | script. |
39 | .SH NOTES | 40 | .SH NOTES |