]> git.ipfire.org Git - thirdparty/pdns.git/blame - regression-tests.recursor/stop.sh
Merge pull request #8110 from zeha/urls-https
[thirdparty/pdns.git] / regression-tests.recursor / stop.sh
CommitLineData
b97043ee
PD
1#!/bin/sh
2set -e
9091cf89
PL
3if [ "${PDNS_DEBUG}" = "YES" ]; then
4 set -x
5fi
b97043ee
PD
6
7. ./vars
8
9if [ -z "$PREFIX" ]
10then
11 echo "config not found or PREFIX not set"
12 exit 1
13fi
14
15cd configs
16
7568b07d 17for dir in $PREFIX.* recursor-service*
b97043ee
PD
18do
19 svc -d $dir
20 svc -k $dir
21 svc -x $dir
22done