khanat-opennel-code/code/ryzom/server/patchman_cfg/admin_install/patchman/patchman_service.std01_spm.cfg
2014-02-20 03:35:36 +01:00

41 lines
1.3 KiB
INI

// *****************************************************************************
// *** Setup for the std01 entry point Machine
// *****************************************************************************
#include "/srv/core/patchman/patchman_service_base_linux.cfg"
#include "/srv/core/patchman_service_local.cfg"
//--------------------------------------------------------------------------------
// Displayed Variables...
DisplayedVariables +=
{
};
//--------------------------------------------------------------------------------
// Start Commands for configuring modules
StartCommands +=
{
//------------------------------------------------------------------------------
// Setup the std01 spm hub
"moduleManager.createModule StandardGateway hub",
"hub.transportAdd L3Server l3server",
"hub.transportCmd l3server(open port=44752)",
//------------------------------------------------------------------------------
// Setup manager module for std01 version numbers etc and plug it in
"moduleManager.createModule ServerPatchManager spm_std01 name=spm_std01",
"spm_std01.plug hub",
//------------------------------------------------------------------------------
// Setup the PAM module
"moduleManager.createModule PatchmanAdminModule pam",
"pam.plug hub",
};