Fixed nfs_start_command. NFS now starts.

This commit is contained in:
Aloz1 2018-07-13 08:08:05 +10:00
parent 98f70d4d7a
commit 5e258cbc7c
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,11 @@ module VagrantPlugins
end
def self.nfs_start_command(env)
"/usr/bin/sv up nfs-server "
<<-EOF
/usr/bin/ln -s /etc/sv/statd /var/service/ && \
/usr/bin/ln -s /etc/sv/rpcbind /var/service/ && \
/usr/bin/ln -s /etc/sv/nfs-server /var/service/
EOF
end
def self.nfs_installed(env)