Symantec logo

Sample configurations

Configuration 1

Process sendmail1 (

    PathName = "/usr/sbin/sendmail"

    Arguments = "-bd -q30m"

    User = root

    Priority = 10

    PidFile = "/etc/mail/sendmail.pid"

)

Sample configuration 2

include "types.cf"

cluster ProcessCluster (

.

.

.

group ProcessGroup (

    SystemList = { sysa, sysb }

    AutoStartList = { sysa }

    )

    Process Process1 (

        PathName = "/usr/local/bin/myprog"

        Arguments = "arg1 arg2"

        )

    Process Process2 (

        PathName = "/bin/csh"

        Arguments = "/tmp/funscript/myscript"

        )

    // resource dependency tree

    //

    //    group ProcessGroup

    //    {

    //    Process Process1

    //    Process Process2

    //    }