add possibility to provide site local modifications to the event system
[sahlberg/ctdb.git] / config / functions
index 9b334225e50310e758724712dea4bac0b1da2ec2..01324b235ea1f0c2fdc990faa9781733b24b3cab 100644 (file)
@@ -323,3 +323,11 @@ startstop_nfslock() {
                ;;
        esac
 }
+
+########################################################
+# load a site local config file
+########################################################
+
+[ -x $CTDB_BASE/rc.local] && {
+       . $CTDB_BASE/rc.local
+}