Skip to content

Commit

Permalink
system: sometimes dpinger starts without a socket
Browse files Browse the repository at this point in the history
Which isn't ideal, because then we cannot get any more readings until
it is being restarted.
  • Loading branch information
fichtner committed Aug 10, 2023
1 parent 77ac3f5 commit 93f8b70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/etc/inc/plugins.inc.d/dpinger.inc
Expand Up @@ -174,7 +174,6 @@ function dpinger_configure_do($verbose = false, $gwname = null, $bootup = false)
continue;
}
killbypid($process['pidfile']);
@unlink($process['socket']);
}

if (!empty($gwname) && $gwname == ':watcher:') {
Expand Down

0 comments on commit 93f8b70

Please sign in to comment.