Merge pull request #2487 from hatsuseno/master

hosts/gentoo: Restart NFS on Gentoo host instead of starting [GH-2487]
This commit is contained in:
Mitchell Hashimoto 2013-11-23 11:25:42 -08:00
commit 9362063623
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ module VagrantPlugins
@nfs_start_command = "/usr/bin/systemctl start nfsd rpc-mountd rpcbind"
else
@nfs_check_command = "/etc/init.d/nfs status"
@nfs_start_command = "/etc/init.d/nfs start"
@nfs_start_command = "/etc/init.d/nfs restart"
end
end