mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
unbound: background potentially long-running operation
This commit is contained in:
parent
12128947d7
commit
6a2f45af2c
@ -416,7 +416,7 @@ function unbound_configure_do($verbose = false, $interface = '')
|
||||
flush();
|
||||
}
|
||||
|
||||
mwexec('/usr/local/bin/flock -n -E 0 -o /tmp/unbound_start.lock /usr/local/opnsense/scripts/unbound/start.sh');
|
||||
mwexec_bg('/usr/local/bin/flock -n -E 0 -o /tmp/unbound_start.lock /usr/local/opnsense/scripts/unbound/start.sh');
|
||||
|
||||
if (isset($config['unbound']['regdhcp'])) {
|
||||
$domain = $config['system']['domain'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user