diff options
Diffstat (limited to 'templates/etc_crontab.j2')
| -rw-r--r-- | templates/etc_crontab.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/etc_crontab.j2 b/templates/etc_crontab.j2 index f7a59d9..a6c48e4 100644 --- a/templates/etc_crontab.j2 +++ b/templates/etc_crontab.j2 @@ -20,3 +20,6 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin # Adjust the time zone if the CMOS clock keeps local time, as opposed to # UTC time. See adjkerntz(8) for details. 1,31 0-5 * * * root adjkerntz -a + +# Update dynamic DNS +*/1 * * * * root logto -e /var/log/do_dyndns.err /usr/local/bin/do_dyndns.sh |
