aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar steering72532026-05-10 07:36:40 -0600
committerGravatar steering72532026-05-10 07:36:40 -0600
commit9ca4d3e6ef5cbe4525da32be836ff0b49aa99f0c (patch)
tree33c34d9bc306db8bf78ea225ea7b9cfb33d6d123
parentabsolute path to bird since its not in crontab path on debian... (diff)
silence stdout from cronjob
-rw-r--r--crond.autopeer6
1 files changed, 3 insertions, 3 deletions
diff --git a/crond.autopeer b/crond.autopeer
index 5b03adc..193437e 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
-*/5 * * * * root /opt/autopeer/cronjob.py
-0 * * * * root git -C /opt/autopeer pull
+47 * * * * root git -c merge.verifysignatures=false -c core.sshcommand="ssh -i /opt/autopeer/id_autopeer" -C /opt/autopeer/dn42-registry pull >/dev/null
+*/5 * * * * root /opt/autopeer/cronjob.py >/dev/null
+0 * * * * root git -C /opt/autopeer pull >/dev/null
*/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