summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 6c7ec894..f099dd79 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -43,6 +43,11 @@ server:
- SOME_KEY: "SOME_VALUE"
- SOME_KEY2: "SOME_VALUE2"
+ # Username (not UID) of the user from whom the on_init command is executed. An empty value means to use the RR process user.
+ #
+ # Default: ""
+ user: ""
+
# Worker starting command, with any required arguments.
#
# This option is required.