Searched refs:unbound_pid (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/openresolv/
H A Dunbound.in36 : ${unbound_pid:=/var/run/unbound.pid}
64 if [ -s "$unbound_pid" ]; then
65 if ! kill -HUP $(cat "$unbound_pid") 2>/dev/null; then

Completed in 48 milliseconds