summaryrefslogtreecommitdiff
path: root/init.d/localmount.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-11-04 19:21:24 +0000
committerRoy Marples <roy@marples.name>2009-11-04 19:21:24 +0000
commit95ee39ab1c9ce313725098999cf1d05b42f9c126 (patch)
treee566ec18c45e9c82401c9b042ecbc753500b508f /init.d/localmount.in
parent3c8ea5896a8c7a6f7cc97cff1bd7b3c8a5739a61 (diff)
downloadopenrc-95ee39ab1c9ce313725098999cf1d05b42f9c126.tar.gz
openrc-95ee39ab1c9ce313725098999cf1d05b42f9c126.tar.bz2
openrc-95ee39ab1c9ce313725098999cf1d05b42f9c126.tar.xz
Add support for Linux Containers, fixes #202.
Patch by bug reporter.
Diffstat (limited to 'init.d/localmount.in')
-rw-r--r--init.d/localmount.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in
index 89a4801..a4d1116 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -8,7 +8,7 @@ depend()
{
need fsck
use lvm modules mtab
- keyword -jail -openvz -prefix -vserver
+ keyword -jail -openvz -prefix -vserver -lxc
}
start()