unbound reloads config on SIGHUP, so add the reload command
This commit is contained in:
parent
6df8f46e34
commit
c546bfb786
3
external/bsd/unbound/etc/rc.d/unbound
vendored
3
external/bsd/unbound/etc/rc.d/unbound
vendored
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: unbound,v 1.1 2016/08/20 11:20:31 christos Exp $
|
||||
# $NetBSD: unbound,v 1.2 2017/10/25 09:13:41 roy Exp $
|
||||
#
|
||||
|
||||
# PROVIDE: named
|
||||
@ -16,6 +16,7 @@ command="/usr/sbin/${name}"
|
||||
pidfile="/var/run/${name}.pid"
|
||||
required_files="/etc/${name}/${name}.conf"
|
||||
start_precmd="unbound_precmd"
|
||||
extra_commands="reload"
|
||||
|
||||
unbound_migrate()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user