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 10:34:45 -0500
commit4b37d3b16f5544faef028d78b007a82cf98d8308 (patch)
tree1fe90b75864fadde5afef1dd7ac415385ca9c165
parent82378bd92dc5569c1c06f291b6f3c048044baafa (diff)
downloadopenrc-4b37d3b16f5544faef028d78b007a82cf98d8308.tar.gz
openrc-4b37d3b16f5544faef028d78b007a82cf98d8308.tar.bz2
openrc-4b37d3b16f5544faef028d78b007a82cf98d8308.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()