Description Start a new process by cpwd.
Syntax
> cpwd_admin start -name <process name> -path "<full path>" -command "<executable name>"
Parameter |
Description |
---|---|
|
A name for the process to be watched by WatchDog. |
|
The full path to the executable including the executable name |
|
The name of the executable file. |
Example To start and monitor the fwm
process.
> cpwd_admin start -name FWM -path "$FWDIR/bin/fwm" -command "fwm"