diff options
Diffstat (limited to 'man5')
-rwxr-xr-x | man5/ezjail.5 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man5/ezjail.5 b/man5/ezjail.5 index 27fdade..aaef3f0 100755 --- a/man5/ezjail.5 +++ b/man5/ezjail.5 | |||
@@ -21,12 +21,16 @@ read only into a number of stripped down jails via | |||
21 | The ezjail script | 21 | The ezjail script |
22 | .B EZJAIL_PREFIX/etc/rc.d/ezjail.sh | 22 | .B EZJAIL_PREFIX/etc/rc.d/ezjail.sh |
23 | takes parameters | 23 | takes parameters |
24 | .I start, restart | 24 | .I start, startcrypto, restart |
25 | and | 25 | and |
26 | .I stop. | 26 | .I stop. |
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 are being started/stopped. | 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 | ||
31 | the | ||
32 | .I startcrypto | ||
33 | parameter. | ||
30 | 34 | ||
31 | The script examines its config, sets variables for each jail in the | 35 | The script examines its config, sets variables for each jail in the |
32 | jail_list before passing its command on to the | 36 | jail_list before passing its command on to the |