Resource type definition

type Process (

static keylist SupportedActions = { "program.vfd", getcksum }

static str ArgList[] = { PathName, Arguments, UserName, Priority, PidFile }

str PathName

str Arguments

str UserName = root

str Priority = 20

str PidFile

)

type Process (

static keylist SupportedActions = { "program.vfd", getcksum }

static str ArgList[] = { PathName, Arguments, UserName, Priority, PidFile }

str PathName

str Arguments

str UserName = root

str Priority = 10

str PidFile

)

type Process (

static keylist SupportedActions = { "program.vfd", getcksum }

static str ContainerType = Zone

static str ArgList[] = { ContainerName, PathName, Arguments }

str ContainerName

str PathName

str Arguments

)