Skip to content

Commit

Permalink
unbound: restart if already down for #2894
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Dec 8, 2018
1 parent 159400a commit 3d8fd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/inc/plugins.inc.d/unbound.inc
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ function unbound_configure_do($verbose = false, $interface = '')
{
global $config;

if (!unbound_interface($interface)) {
if (!unbound_interface($interface) && isvalidpid('/var/run/unbound.pid')) {
return;
}

Expand Down

0 comments on commit 3d8fd00

Please sign in to comment.