Merge pull request #2233 from viq/patch-1
hosts/arch: fix invocation of initialize
This commit is contained in:
commit
8687a1ec84
|
@ -23,7 +23,8 @@ module VagrantPlugins
|
||||||
5
|
5
|
||||||
end
|
end
|
||||||
|
|
||||||
def initialize
|
def initialize(*args)
|
||||||
|
super
|
||||||
if systemd?
|
if systemd?
|
||||||
@nfs_check_command = "/usr/sbin/systemctl status nfsd"
|
@nfs_check_command = "/usr/sbin/systemctl status nfsd"
|
||||||
@nfs_start_command = "/usr/sbin/systemctl start nfsd rpc-idmapd rpc-mountd rpcbind"
|
@nfs_start_command = "/usr/sbin/systemctl start nfsd rpc-idmapd rpc-mountd rpcbind"
|
||||||
|
|
Loading…
Reference in New Issue