Talend Runtime RPM configuration parameters
The Talend Runtime RPM uses a set of parameters to perform the installation.
To use custom values, set up these parameters in environment variables before performing the installation.
Variable | Default value | Description |
---|---|---|
TALEND_INSTALL_USER | talend | This user is set as the owner of base folder for the package. The user is created if missing. |
TALEND_INSTALL_GROUP | talend | This group is set as the owner of base folder for the package. The group is created if missing. |
TALEND_INSTALL_SYSTEMD | 1 | Whether to install SystemD services. Possible values are 0 (false) or 1 (true). Services are created and enabled, but not started. |