mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
(filter) force kill of filterdns, filterdns doesn't always listen properly to TERM, causing endless waits
This commit is contained in:
parent
8d00e48857
commit
b08d26db14
@ -594,7 +594,7 @@ function filter_configure_sync($verbose = false)
|
||||
}
|
||||
}
|
||||
}
|
||||
killbypid('/var/run/filterdns.pid', 'TERM', true);
|
||||
killbypid('/var/run/filterdns.pid', 'KILL', true);
|
||||
if (!empty($filterdns)) {
|
||||
@file_put_contents('/var/etc/filterdns.conf', $filterdns);
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user