You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dnscrypt-server-docker/watchdog.sh

8 lines
134 B
Bash

#! /usr/bin/env bash
sleep 300
for service in unbound encrypted-dns; do
sv check "$service" || sv force-restart "$service"
done