Check the /etc directory as there could be an rc start/stop script for this process. Common naming conventions list them as rc.<process_name>.
If there is a start/stop script for this process, you should be able to use './rc.<process_name> start' from the /etc directory to start up this process.
Regards,
Chuck