path: gdnsd_3.8.3-2.1/debian/tests/daemon set -e if pidof -x gdnsd > /dev/null; then echo "OK: gdnsd process running" # the following exits non-zero if the daemon can't be reached path: gdnsd_3.8.3-2.1/debian/tests/common-operations set -e if ! pidof -x gdnsd > /dev/null; then echo "Test skipped, gdnsd is not running" exit 77