Better NFS status check command for SUSE
This commit is contained in:
parent
4967623417
commit
1911586832
|
@ -7,7 +7,7 @@ module VagrantPlugins
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.nfs_check_command(env)
|
def self.nfs_check_command(env)
|
||||||
"pidof nfsd > /dev/null"
|
"/sbin/service nfsserver status"
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.nfs_start_command(env)
|
def self.nfs_start_command(env)
|
||||||
|
|
Loading…
Reference in New Issue