diff options
Diffstat (limited to 'retiolum')
-rw-r--r-- | retiolum/doc/cronjob | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/retiolum/doc/cronjob b/retiolum/doc/cronjob new file mode 100644 index 00000000..7b173633 --- /dev/null +++ b/retiolum/doc/cronjob @@ -0,0 +1,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 |