diff options
Diffstat (limited to 'src/etc/cron.d/vyos-geoip')
-rw-r--r-- | src/etc/cron.d/vyos-geoip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/cron.d/vyos-geoip b/src/etc/cron.d/vyos-geoip new file mode 100644 index 000000000..9bb38a850 --- /dev/null +++ b/src/etc/cron.d/vyos-geoip @@ -0,0 +1 @@ +30 4 * * 1 root sg vyattacfg "/usr/libexec/vyos/geoip-update.py --force" >/tmp/geoip-update.log 2>&1 |