#!/usr/bin/perl
#The service rpcbind needs to be restarted before nfs service, 
##but sometime it start before so I had to do a specific action
system ('/etc/init.d/rpcbind restart') ==0 or die "Error to restart the rpcbind service : $?";
