Initializing attributes in the configuration file

The following configuration shows how to initialize these attributes through configuration files. The example shows attributes of a FileOnOff resource.

type FileOnOff (

static str AgentClass = RT

static str AgentPriority = 10

static str ScriptClass = RT

static str ScriptPriority = 40

static str ArgList[] = { PathName }

str PathName

)