mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 18:14:42 +00:00
openssh: start earlier, eventually use this spot for web GUI too
This commit is contained in:
parent
5f653cf0b9
commit
3d5d4444a7
@ -31,7 +31,7 @@
|
||||
function openssh_configure()
|
||||
{
|
||||
return array(
|
||||
'bootup' => array('openssh_configure_do'),
|
||||
'earlybootup' => array('openssh_configure_do'),
|
||||
'local' => array('openssh_configure_do'),
|
||||
);
|
||||
}
|
||||
|
||||
@ -100,6 +100,7 @@ filter_configure_sync(true);
|
||||
filter_pflog_start(true);
|
||||
setup_gateways_monitor(true);
|
||||
system_webgui_configure(true);
|
||||
plugins_configure('earlybootup', true);
|
||||
system_cron_configure(true);
|
||||
system_routing_configure('', true);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user