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:
shell> sudo semanage fcontext -a -t bin_t "/opt/continuent(/.*)?"
shell> sudo restorecon -r -v /opt/continuent
If you have installed the software in an alternative directory, adjust the paths in the example above accordingly
To disable automatic startup at boot time, use the undeployall command:
shell> undeployall