# HairSpiegel WireGuard on-demand convergence: fetch central config after queued provisioning
*/5 * * * * root test -x /usr/lib/hairspiegel/wireguard-pull-config.sh && /usr/lib/hairspiegel/wireguard-pull-config.sh >/dev/null 2>&1; test -x /usr/lib/hairspiegel/wireguard-sync.sh && /usr/lib/hairspiegel/wireguard-sync.sh >/dev/null 2>&1
