startupScript property

String? startupScript
getter/setter pair

Startup script to be run on each login node instance.

Max 256KB. The script must complete within the system-defined default timeout of 5 minutes. For tasks that require more time, consider running them in the background using methods such as & or nohup.

Optional.

Implementation

core.String? startupScript;