...
The following instructions describe how to setup the Syndeia Cloud service to only start after the Cassandra service has fully started and the port is available on Linux RHEL/CentOS7 or machines with the systemd init system.
...
Local-node Cassandra
1. From your installation of Syndeia Cloud, copy the syndeia-cloud.singlelocal-node_cassandra.service
systemd .service file from <syndeia-cloud-home>/bin/init/systemd/
to /etc/systemd/system/
as syndeia-cloud.service
, ie: sudo cp
/opt/icx/syndeia-cloud-3.2/bin
./init/systemd
/syndeia-cloud.singlelocal-node_cassandra.service /etc/systemd/system/syndeia-cloud.service
...
2. Run sudo systemctl reload-daemon
3. Run sudo systemctl enable syndeia-cloud
...
Remote-node Cassandra
1. From your installation of Syndeia Cloud, copy the syndeia-cloud.multiremote-node_cassandra.service
systemd .service file from <syndeia-cloud-home>/bin/
to init/systemd
//etc/systemd/system/
as syndeia-cloud.service
, ie: sudo cp
/opt/icx/syndeia-cloud-3.2/bin/init/systemd/
syndeia-cloud.multiremote-node_cassandra.service /etc/systemd/system/syndeia-cloud.service
...