summaryrefslogtreecommitdiff
path: root/etc/runmirrors.conf
blob: dc53cdcd9e26c29ac46925029b6401dd7d39f265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HOME=~archvsync
LOGNAME="archvsync"
USER="archvsync"
MAIL=
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=