The previous commit had some services disabled to speed up testing. The services are back now.
This commit is contained in:
parent
66702b5edc
commit
7bcd6c60e9
1 changed files with 0 additions and 4 deletions
|
@ -86,12 +86,10 @@ async function init() {
|
||||||
await shares.regenerateRoleNamesTable();
|
await shares.regenerateRoleNamesTable();
|
||||||
await shares.rebuildPermissions();
|
await shares.rebuildPermissions();
|
||||||
|
|
||||||
/*
|
|
||||||
await executor.spawn();
|
await executor.spawn();
|
||||||
await testServer.spawn();
|
await testServer.spawn();
|
||||||
await verpServer.spawn();
|
await verpServer.spawn();
|
||||||
await builtinZoneMta.spawn();
|
await builtinZoneMta.spawn();
|
||||||
*/
|
|
||||||
|
|
||||||
await startHTTPServer(AppType.TRUSTED, 'trusted', trustedPort);
|
await startHTTPServer(AppType.TRUSTED, 'trusted', trustedPort);
|
||||||
await startHTTPServer(AppType.SANDBOXED, 'sandbox', sandboxPort);
|
await startHTTPServer(AppType.SANDBOXED, 'sandbox', sandboxPort);
|
||||||
|
@ -103,7 +101,6 @@ async function init() {
|
||||||
|
|
||||||
privilegeHelpers.dropRootPrivileges();
|
privilegeHelpers.dropRootPrivileges();
|
||||||
|
|
||||||
/*
|
|
||||||
tzupdate.start();
|
tzupdate.start();
|
||||||
|
|
||||||
await importer.spawn();
|
await importer.spawn();
|
||||||
|
@ -116,7 +113,6 @@ async function init() {
|
||||||
await postfixBounceServer.spawn();
|
await postfixBounceServer.spawn();
|
||||||
|
|
||||||
await reportProcessor.init();
|
await reportProcessor.init();
|
||||||
*/
|
|
||||||
|
|
||||||
log.info('Service', 'All services started');
|
log.info('Service', 'All services started');
|
||||||
appBuilder.setReady();
|
appBuilder.setReady();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue