Added a nonsudo command for nfsd check
This commit is contained in:
parent
063a903bdb
commit
2d4454dcb4
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue