waitproc - Wait for a process to be loaded on the local node.
waitproc procname | prochandle [nsecs]
This utility is intended to be used in startup scripts to ensure a process is ready.
Looks for a process by its name or its handle. If nsecs parameter is specified the utility polls every second until the process is present.
0 on success, 1 if the process is not present.