initial commit of file from CVS for smeserver-nfs on Sat Sep 7 19:56:53 AEST 2024
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/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 ('/usr/bin/systemctl restart rpcbind.service') ==0 or die "Error to restart the rpcbind service : $?";
|
Reference in New Issue
Block a user