The previous commit had some services disabled to speed up testing. The services are back now.

This commit is contained in:
Tomas Bures 2019-04-22 02:58:10 +02:00
parent 66702b5edc
commit 7bcd6c60e9

View file

@ -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();