initial commit of file from CVS for smeserver-nfs on Sat Sep 7 19:56:53 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 19:56:53 +10:00
parent 60b831ae9d
commit 70d9640a5f
75 changed files with 7067 additions and 2 deletions

View File

@@ -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 : $?";