You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "The path to a file within the workspace containing a message to display to users when they login via SSH. A typical value would be `\"/etc/motd\"`.",
163
163
},
164
164
"startup_script_behavior": {
165
-
// Note: Our default value is "non-blocking" but we do not set
166
-
// it here because we want to be able to differentiate between
167
-
// the user setting this or "login_before_ready". For all
168
-
// intents and purposes, until deprecation, setting
169
-
// "login_before_ready = false" is equivalent to setting
170
-
// "startup_script_behavior = blocking".
171
-
Type: schema.TypeString,
172
-
ForceNew: true,
173
-
Optional: true,
174
-
Description: "This option sets the behavior of the `startup_script`. When set to `\"blocking\"`, the `startup_script` must exit before the workspace is ready. When set to `\"non-blocking\"`, the `startup_script` may run in the background and the workspace will be ready immediately. Default is `\"non-blocking\"`, although `\"blocking\"` is recommended. This option is an alias for defining a `coder_script` resource with `start_blocks_login` set to `true` (blocking).",
Description: "This option sets the behavior of the `startup_script`. When set to `\"blocking\"`, the `startup_script` must exit before the workspace is ready. When set to `\"non-blocking\"`, the `startup_script` may run in the background and the workspace will be ready immediately. Default is `\"non-blocking\"`, although `\"blocking\"` is recommended. This option is an alias for defining a `coder_script` resource with `start_blocks_login` set to `true` (blocking).",
0 commit comments