summaryrefslogtreecommitdiff
path: root/etc/runmirrors.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/runmirrors.conf')
-rw-r--r--etc/runmirrors.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/runmirrors.conf b/etc/runmirrors.conf
index da7404d..dc53cdc 100644
--- a/etc/runmirrors.conf
+++ b/etc/runmirrors.conf
@@ -6,3 +6,12 @@ PATH="/bin:/usr/bin:$HOME"
HOOKSCRIPT=
KEYFILE=${HOME}/.ssh/pushmirror
LOG=${HOME}/log/
+
+# Hook scripts can be run at various places.
+# Leave them blank if you don't want any
+# Hook1: After reading config, before doing the first real action
+# Hook2: Between two hosts to push
+# Hook3: When everything is done
+HOOK1=
+HOOK2=
+HOOK3=