Get desktop application:
View/edit binary Protocol Buffers messages
Template is process definition which can be stored as file and read on plugin startup
Serves as a filename for given template
Process command
Used in:
Arguments process will be started with
Use output writer. Note: only os.StdOut can be used this way
Use error writer. Note: only os.StdErr can be used this way
Number of automatic restarts, <0> means no restart, <-1> always restart
Set to true if process should be detached from parent application on startup
Set to true if process is expected to start right after plugin initialization
Create a notification channel (can be obtained via `GetNotification`) where all status change events can be watched
This option ensures that every process which turns zombie/dead is automatically released
Allows to set CPU affinity to given process. Value has to be in hexadecimal format (see taskset command)
Allows to set CPU affinity to given process. Same as cpu_affinity, but value can be specified as a list of core numbers, e.g. "0-2,6"
Postpone CPU affinity setup if needed