refinery-process(8) -- individual process management¶
Synopsis¶
refinery process [option]
Description¶
Provides the ability to interact with individual processes
NOTE: It is recommended to start processes via the 'workflow' command rather than individually to ensure that the defined startup order is enforced
Options¶
--start process(es)¶
Start an individual process or list of processes. Currently, this option cannot start service classes.
--stop process(es)¶
Gracefully stop an individual process or list of processes
--kill process(es)¶
Force stop an individual process or list of processes with SIGKILL. This is only recommended if the process is completely unresponsive.
--interrupt process(es)¶
Sends an interrupt signal (SIGINT) to a process to attempt to stop the process from what it is currently doing. This is not 100% reliable depending on what the process is doing at the time of interrupt.
--list-service-classes process(es)¶
List all the currently running service classes within the system.
Copyright¶
Copyright (c) 2020 - 2020 KX Systems Inc
Version¶
RELEASE_NAME