From 9b3cf258021d89e5e4192660426334999d8b3910 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Fri, 29 Nov 2024 21:15:30 +0100 Subject: [PATCH] DOCS-3182: Clarify one_shot parameter (#3713) --- docs/configure/processes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure/processes.md b/docs/configure/processes.md index b9c0d2618c..8d4d5cc36e 100644 --- a/docs/configure/processes.md +++ b/docs/configure/processes.md @@ -35,7 +35,7 @@ In the process configuration panel, configure the attributes for your process: | `username` (not available in builder mode) | string | Optional | Run this process as a different user. Example: `"username": "ubuntu"`. | | `env` (not available in builder mode) | Map | Optional | Environment variables for the process. Environment variables are encrypted in transit but are stored in plain text in the configuration file that resides on the machine. Example: `"environment": { "SVC_API_KEY":"VALUE" }`. | | Logging (`log`) | boolean | Optional | Toggle logging of errors and other messages on or off.
Default: `false`. | -| Execute once (`one_shot`) | boolean | Optional | Toggle whether to execute the command just once or keep running the process indefinitely. Default: `false`. | +| Execute once (`one_shot`) | boolean | Optional | Toggle whether to execute the command just once or keep running the process indefinitely. Default: `false`. | Click **Save** in the upper right corner of the screen.