2.5. Configuring Startup on Boot

By default, Tungsten Replicator does not start automatically on boot. To enable Tungsten Replicator to start at boot time, use the deployall script provided in the installation directory to create the necessary boot scripts, or include install=true within your configuration prior to installation.

Note

If you are using systemctl to manage your startup scripts and you have selinux enabled, you will also need to execute the following commands to ensure components start correctly:

sudo semanage fcontext -a -t bin_t "/opt/continuent(/.*)?"

sudo restorecon -r -v /opt/continuent

If you have installed the software in an alternative directory, adjust the paths in the exmaple above accordingly

To disable automatic startup at boot time, use the undeployall command:

shell> undeployall