diff options
author | Roy Marples <roy@marples.name> | 2009-11-04 19:21:24 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-11-04 19:21:24 +0000 |
commit | 95ee39ab1c9ce313725098999cf1d05b42f9c126 (patch) | |
tree | e566ec18c45e9c82401c9b042ecbc753500b508f /man/runscript.8 | |
parent | 3c8ea5896a8c7a6f7cc97cff1bd7b3c8a5739a61 (diff) |
Add support for Linux Containers, fixes #202.
Patch by bug reporter.
Diffstat (limited to 'man/runscript.8')
-rw-r--r-- | man/runscript.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index a3e1f2ec..22de8258 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd July 1, 2009 +.Dd November 4, 2009 .Dt RUNSCRIPT 8 SMM .Os OpenRC .Sh NAME @@ -143,6 +143,8 @@ When in a jail, exclude this service from any dependencies. The service can still be run directly. .It Dv -openvz Same as -jail, but for OpenVZ systems. +.It Dv -lxc +Same as -jail, but for Linux Resource Containers (LXC). .It Dv -shutdown Don't stop this service when shutting the system down. This normally quite safe as remaining daemons will be sent a SIGTERM just |