mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
system: sometimes dpinger starts without a socket
Which isn't ideal, because then we cannot get any more readings until it is being restarted.
This commit is contained in:
parent
77ac3f5c93
commit
93f8b70cbd
@ -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:') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user