fix f@#%ing nfs mount on rec slave
authorLaurent Mazet <laurent.mazet@thalesgroup.com>
Wed, 14 Jan 2015 14:18:10 +0000 (15:18 +0100)
committerLaurent Mazet <laurent.mazet@thalesgroup.com>
Wed, 14 Jan 2015 14:18:10 +0000 (15:18 +0100)
master/opt/cluster/rec/etc/rc.local [new file with mode: 0755]

diff --git a/master/opt/cluster/rec/etc/rc.local b/master/opt/cluster/rec/etc/rc.local
new file mode 100755 (executable)
index 0000000..05f83ac
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/bash -e
+#
+# rc.local
+#
+# This script is executed at the end of each multiuser runlevel.
+# Make sure that the script will "exit 0" on success or any other
+# value on error.
+#
+# In order to enable or disable this script just change the execution
+# bits.
+#
+# By default this script does nothing.
+
+# fix f@#%ing nfs mount
+mount -a
+
+exit 0