To start a new process on a server machine, use the bos create command to alter the BosConfig file. This adds a process entry for the new process to the BosConfig file and sets the status flag for the process to Run in both the file and the BOS Server's memory, making the effect immediate. You can use the command to create both simple and cron processes.
The server process name included in this command is used by the BOS Server to reference the process. It is also used in any subsequent bos commands that require a process name. The BOS Server adds it to the BosConfig file when it creates the process's entry. The name does not appear in process listings generated with the ps command or its equivalent.
More:
Creating and Starting a simple Process
Creating and Starting a cron Process