Better NFS status check command for SUSE

This commit is contained in:
Kristoffer Grönlund 2015-09-10 10:05:14 +02:00
parent 4967623417
commit 1911586832
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module VagrantPlugins
end
def self.nfs_check_command(env)
"pidof nfsd > /dev/null"
"/sbin/service nfsserver status"
end
def self.nfs_start_command(env)