diff options
Diffstat (limited to 'schemas/config/3.0.schema.json')
-rw-r--r-- | schemas/config/3.0.schema.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/schemas/config/3.0.schema.json b/schemas/config/3.0.schema.json index 0d62a6f1..bb633e27 100644 --- a/schemas/config/3.0.schema.json +++ b/schemas/config/3.0.schema.json @@ -106,6 +106,14 @@ "$ref": "#/definitions/Duration", "default": "60s" }, + "user": { + "description": "Username (not UID) of the user from whom the on_init command is executed. An empty value means to use the RR process user.", + "type": "string", + "default": "", + "examples": [ + "www-data" + ] + }, "env": { "description": "Environment variables for the worker processes", "type": "array", |