mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-17 21:25:50 +02:00
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
# #-- log_servfail.post --#
|
|
# source the master var file when it's there
|
|
[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
|
|
# source the test var file when it's there
|
|
[ -f .tpkg.var.test ] && source .tpkg.var.test
|
|
#
|
|
# do your teardown here
|
|
. ../common.sh
|
|
kill_from_pidfile "unbound.pid"
|
|
cat unbound.log
|