aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar steering72532026-05-10 07:35:11 -0600
committerGravatar steering72532026-05-10 07:35:11 -0600
commit29481fe9627e4c4807459405c35da96aec009648 (patch)
treeb0728308e719c153bd9d62829cd3bbbda86d0cec
parentadd sysctl (diff)
absolute path to bird since its not in crontab path on debian...
-rw-r--r--crond.autopeer4
1 files changed, 2 insertions, 2 deletions
diff --git a/crond.autopeer b/crond.autopeer
index e399381..5b03adc 100644
--- a/crond.autopeer
+++ b/crond.autopeer
@@ -2,5 +2,5 @@
*/5 * * * * root /opt/autopeer/cronjob.py
0 * * * * root git -C /opt/autopeer pull
-*/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 && 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 && birdc configure > /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