aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar steering72532026-05-02 20:04:22 +0000
committerGravatar steering72532026-05-02 20:04:22 +0000
commitc494dcb9adda1757276e5a2a6bc454130a32fcf7 (patch)
tree4c50d3203d29d1e26e4eb262c503431692951606
parentupdate roas daily (diff)
add user to crond
-rw-r--r--crond.autopeer4
1 files changed, 2 insertions, 2 deletions
diff --git a/crond.autopeer b/crond.autopeer
index e5f48bf..03d1404 100644
--- a/crond.autopeer
+++ b/crond.autopeer
@@ -1,5 +1,5 @@
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
-@daily wget -O /etc/bird/roa_dn42.conf https://dn42.burble.com/roa/dn42_roa_bird2_4.conf; birdc configure
-@daily wget -O /etc/bird/roa_dn42_v6.conf https://dn42.burble.com/roa/dn42_roa_bird2_6.conf; birdc configure
+@daily root wget -O /etc/bird/roa_dn42.conf https://dn42.burble.com/roa/dn42_roa_bird2_4.conf; birdc configure
+@daily root wget -O /etc/bird/roa_dn42_v6.conf https://dn42.burble.com/roa/dn42_roa_bird2_6.conf; birdc configure