summaryrefslogtreecommitdiffstats
path: root/base/all/root/scripts/cluster_configure/templates/rhel/00.ctdb/4.9.0#/events/post
diff options
context:
space:
mode:
Diffstat (limited to 'base/all/root/scripts/cluster_configure/templates/rhel/00.ctdb/4.9.0#/events/post')
-rwxr-xr-xbase/all/root/scripts/cluster_configure/templates/rhel/00.ctdb/4.9.0#/events/post11
1 files changed, 0 insertions, 11 deletions
diff --git a/base/all/root/scripts/cluster_configure/templates/rhel/00.ctdb/4.9.0#/events/post b/base/all/root/scripts/cluster_configure/templates/rhel/00.ctdb/4.9.0#/events/post
deleted file mode 100755
index 1777cff..0000000
--- a/base/all/root/scripts/cluster_configure/templates/rhel/00.ctdb/4.9.0#/events/post
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-. /etc/sysconfig/ctdb
-if [ -n "$CTDB_RECOVERY_LOCK" ] ; then
- d=$(dirname "$CTDB_RECOVERY_LOCK")
- mkdir -p "$d"
-fi
-
-exec service ctdb restart