Added a nonsudo command for nfsd check

This commit is contained in:
Thomas Boerger 2014-09-11 17:44:28 +02:00
parent 063a903bdb
commit 2d4454dcb4
1 changed files with 1 additions and 1 deletions

View File

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