Merge pull request #2487 from hatsuseno/master
hosts/gentoo: Restart NFS on Gentoo host instead of starting [GH-2487]
This commit is contained in:
commit
9362063623
|
@ -24,7 +24,7 @@ module VagrantPlugins
|
||||||
@nfs_start_command = "/usr/bin/systemctl start nfsd rpc-mountd rpcbind"
|
@nfs_start_command = "/usr/bin/systemctl start nfsd rpc-mountd rpcbind"
|
||||||
else
|
else
|
||||||
@nfs_check_command = "/etc/init.d/nfs status"
|
@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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue