diff options
author | jcamou <jcamou@FreeBSD.org> | 2005-07-20 00:32:01 +0000 |
---|---|---|
committer | jcamou <jcamou@FreeBSD.org> | 2005-07-20 00:32:01 +0000 |
commit | 97b7bcd777777b43d99c1481bce11de3fd33ad08 (patch) | |
tree | ce41bc69516324271088e94be7aafc53eb7ff75e /usr.sbin/jail | |
parent | bb48aae2f21d98f6ccaab379ed2ffc6e480159db (diff) | |
download | FreeBSD-src-97b7bcd777777b43d99c1481bce11de3fd33ad08.zip FreeBSD-src-97b7bcd777777b43d99c1481bce11de3fd33ad08.tar.gz |
Mention that it is possible to have jails
started at boot time if specified in
/etc/rc.conf.
PR: docs/81040
Submitted by: matteo
Approved by: trhodes (mentor)
MFC after: 1 week
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r-- | usr.sbin/jail/jail.8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 59ac46f..56d62aa 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -348,6 +348,12 @@ and other processes running within the jail using with the .Ql J flag appearing beside jailed processes. +It is possible to have jails started at boot time. +Look at the +.Xr rc.conf 5 +manual page for +.Dq jail_* +variables for more information. To see an active list of jails, use the .Xr jls 8 utility. |