summaryrefslogtreecommitdiffstats
path: root/retiolum/doc/cronjob
blob: 7b17363397f9fdfdc03c01ae14d18a7741fe9a6e (plain)
1
2
3
cron-eintrag fuer automatisches hosts-update

if ping -c 1 euer.krebsco.de -W 5 &>/dev/null; then (curl euer.krebsco.de/hosts.tar | tar xk -C /etc/tinc/retiolum/hosts/);fi