diff options
| author | 2026-05-10 13:17:01 -0600 | |
|---|---|---|
| committer | 2026-05-10 13:17:01 -0600 | |
| commit | e9cc540ede2267d714ccac74e71a45b24b2c2ea6 (patch) | |
| tree | c0e4c6e7216573b16e5ac39c3bb8e98e206d3b0b | |
| parent | ahhhh (diff) | |
git pull --quiet
| -rw-r--r-- | crond.autopeer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crond.autopeer b/crond.autopeer index 193437e..e2e8da8 100644 --- a/crond.autopeer +++ b/crond.autopeer @@ -1,6 +1,6 @@ -47 * * * * root git -c merge.verifysignatures=false -c core.sshcommand="ssh -i /opt/autopeer/id_autopeer" -C /opt/autopeer/dn42-registry pull >/dev/null +47 * * * * root git -c merge.verifysignatures=false -c core.sshcommand="ssh -i /opt/autopeer/id_autopeer" -C /opt/autopeer/dn42-registry pull --quiet */5 * * * * root /opt/autopeer/cronjob.py >/dev/null -0 * * * * root git -C /opt/autopeer pull >/dev/null +0 * * * * root git -C /opt/autopeer pull --quiet */15 * * * * root curl -sfSLR -o /etc/bird/roa_dn42.conf -z /etc/bird/roa_dn42.conf https://dn42.burble.com/roa/dn42_roa_bird2_4.conf && /usr/sbin/birdc configure > /dev/null */15 * * * * root curl -sfSLR -o /etc/bird/roa_dn42_v6.conf -z /etc/bird/roa_dn42_v6.conf https://dn42.burble.com/roa/dn42_roa_bird2_6.conf && /usr/sbin/birdc configure > /dev/null |
