Commit 2fd7118d authored by Franco Fichtner's avatar Franco Fichtner

ipsec: remove lock, we run through configd; verbose output

parent 6ca40bc4
......@@ -46,6 +46,4 @@ if (file_exists('/var/run/booting')) {
return;
}
$ipseclck = lock('ipsecdns', LOCK_EX);
ipsec_configure_do();
unlock($ipseclck);
ipsec_configure_do(true);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment