#!/bin/sh

# Check for updated and revoked  DNSKEY trust anchors daily
/usr/sbin/autotrust
# lets try and restart (caching) nameservers ourselves, it produces
# less errors then when autotrust attempts this.
/sbin/service unbound try-restart
/sbin/service named try-restart
