diff options
author | Roy Marples <roy@marples.name> | 2008-08-19 06:44:47 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-08-19 06:44:47 +0000 |
commit | cdace755394f8f07db6140b5e58891161c37a9a2 (patch) | |
tree | 618e4809a73b6cb21928eaa1b5ddf7f326e3b380 | |
parent | 15678263d5285b912d9a5d4ff3d4ff9dd4b94734 (diff) |
OpenVZ can mount NFS shares.
-rw-r--r-- | init.d/netmount.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/netmount.in b/init.d/netmount.in index 6636e8aa..e2857896 100644 --- a/init.d/netmount.in +++ b/init.d/netmount.in @@ -35,7 +35,7 @@ depend() need net ${pmap} use afc-client amd autofs openvpn use dns nfs nfsmount portmap rpcbind rpc.statd - keyword nojail noopenvz noprefix novserver + keyword nojail noprefix novserver } start() |