summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2013-10-08 10:34:45 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-10-08 12:06:09 -0500
commitf2c0e700c6fd874a4ef58f79b72b437e8e375e67 (patch)
tree46d4be00786b359b0ad6bbc2d7b9eae76ef2b896
parentb1de9d732458708248e1c69d31126e9afbd366a4 (diff)
downloadopenrc-f2c0e700c6fd874a4ef58f79b72b437e8e375e67.tar.gz
openrc-f2c0e700c6fd874a4ef58f79b72b437e8e375e67.tar.bz2
openrc-f2c0e700c6fd874a4ef58f79b72b437e8e375e67.tar.xz
netmount: add -lxc keyword
Netmount should not run on lxc, thanks to Mark van Dijk <funtoo@internecto.net>.
-rw-r--r--init.d/netmount.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/netmount.in b/init.d/netmount.in
index dbf921b..86cdcba 100644
--- a/init.d/netmount.in
+++ b/init.d/netmount.in
@@ -12,7 +12,7 @@ depend()
config /etc/fstab
use afc-client amd autofs openvpn
use dns
- keyword -jail -prefix -vserver
+ keyword -jail -prefix -vserver -lxc
}
start()