Type definitions

HP-UX

type Process (

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

str PathName

str Arguments

str UserName = root

str Priority = 20

str PidFile

)

Linux

type ProcessOnOnly (

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

static str Operations = OnOnly

str PathName

str Arguments

str UserName = root

str Priority = 10

str PidFile

boolean IgnoreArgs = 0

)

Solaris

type ProcessOnOnly (

static str ContainerType = Zone

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

static str Operations = OnOnly

str ContainerName

boolean IgnoreArgs = 0

str PathName

str Arguments

)