Networking - How to load NFS server during boot grumpshappy - 10 Jul, 2008 - 08:40 PM Asunto: How to load NFS server during boot
I've setup a NFS network. It works fine except I need to load the server manually with this command.
Código:
sudo /etc/init.d/nfs-kernel-server restart
how do I configure rc7 to execute this command during boot?
Jerry
Kano - 10 Jul, 2008 - 09:06 PM Asunto: How to load NFS server during boot
update-rc.d -f nfs-kernel-server defaults 20 80
grumpshappy - 11 Jul, 2008 - 06:16 PM Asunto:
Thank you Kano