20 lines
277 B
INI
20 lines
277 B
INI
5 years ago
|
// link the common configuration file
|
||
|
RootConfigFilename = "general_utilities_service_admin.cfg";
|
||
|
|
||
|
StartCommands +=
|
||
|
{
|
||
|
""
|
||
|
|
||
|
,"modulesAdd cc us 10"
|
||
|
,"ccLoad"
|
||
|
,"ccShow"
|
||
|
};
|
||
|
|
||
|
DisplayedVariables +=
|
||
|
{
|
||
|
"@Reload|ccLoad"
|
||
|
,"@Start|ccRun"
|
||
|
,"@Advance|ccAdvance"
|
||
|
,"@Stop|ccQuit"
|
||
|
};
|