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.rebuildPermissions();
|
||||
|
||||
/*
|
||||
await executor.spawn();
|
||||
await testServer.spawn();
|
||||
await verpServer.spawn();
|
||||
await builtinZoneMta.spawn();
|
||||
*/
|
||||
|
||||
await startHTTPServer(AppType.TRUSTED, 'trusted', trustedPort);
|
||||
await startHTTPServer(AppType.SANDBOXED, 'sandbox', sandboxPort);
|
||||
|
@ -103,7 +101,6 @@ async function init() {
|
|||
|
||||
privilegeHelpers.dropRootPrivileges();
|
||||
|
||||
/*
|
||||
tzupdate.start();
|
||||
|
||||
await importer.spawn();
|
||||
|
@ -116,7 +113,6 @@ async function init() {
|
|||
await postfixBounceServer.spawn();
|
||||
|
||||
await reportProcessor.init();
|
||||
*/
|
||||
|
||||
log.info('Service', 'All services started');
|
||||
appBuilder.setReady();
|
||||
|
|
Loading…
Reference in a new issue