.\" Text automatically generated by txt2man .TH grr_worker 1 "18 July 2017" "GRR 3.1.0.2" "" .SH NAME \fBgrr_worker \fP- grr_worker component of GRR Rapid Response server \fB .SH SYNOPSIS .nf .fam C \fBgrr_worker\fP [\fB-h\fP] [\fB--verbose\fP] [\fB--debug\fP] [\fB--config\fP \fICONFIG\fP] [\fB--secondary_configs\fP \fISECONDARY_CONFIGS\fP] [\fB--config_help\fP] [\fB--context\fP \fICONTEXT\fP] [\fB--plugins\fP \fIPLUGINS\fP] [\fB--disallow_missing_config_definitions\fP] [\fB-p\fP \fIPARAMETER\fP] [\fB--list_storage\fP] .fam T .fi .fam T .fi .SH DESCRIPTION This is a component of the GRR Rapid Response server. It is not meant to be called by a user directly but rather started and stopped using the GRR systemd service ('grr-server'). .SH OPTIONS .TP .B \fB--verbose\fP Turn of verbose logging. .TP .B \fB--debug\fP When an unhandled exception occurs break in the debugger. .TP .B \fB--config\fP \fICONFIG\fP Primary Configuration file to use. This is normally taken from the installed package and should rarely be specified. .PP \fB--secondary_configs\fP \fISECONDARY_CONFIGS\fP Secondary configuration files to load (These override previous configuration files.). .TP .B \fB--config_help\fP Print help about the configuration. .TP .B \fB--context\fP \fICONTEXT\fP Use these contexts for the config. .TP .B \fB--plugins\fP \fIPLUGINS\fP Load these files as additional plugins. .PP \fB--disallow_missing_config_definitions\fP If true, we raise an error on undefined config options. .PP \fB-p\fP \fIPARAMETER\fP, \fB--parameter\fP \fIPARAMETER\fP Global override of config values. For example \fB-p\fP DataStore.implementation=MySQLDataStore .TP .B \fB--list_storage\fP List all storage subsystems present. .SH SEE ALSO \fBgrr_admin_ui\fP(1), \fBgrr_dataserver\fP(1), \fBgrr_server\fP(1). .SH AUTHOR GRR developers team