...
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.
Single-node Cassandra
1. From your installation of Syndeia Cloud, copy the syndeia-cloud.single_node_cassandra.service
systemd .service file from <syndeia-cloud-home>/conf/
to /etc/systemd/system/
as syndeia-cloud.service
, ie: sudo cp
<syndeia-cloud-home>/conf/syndeia-cloud.single_node_cassandra.service /etc/systemd/system/syndeia-cloud.service
.
...
2. Run sudo systemctl reload-daemon
3. Run sudo systemctl enable syndeia-cloud
...
Multi-node Cassandra
1. From your installation of Syndeia Cloud, copy the syndeia-cloud.multi_node_cassandra.service
systemd .service file from <syndeia-cloud-home>/conf/
to /etc/systemd/system/
as syndeia-cloud.service
, ie: sudo cp
<syndeia-cloud-home>/conf/syndeia-cloud.single_node_cassandra.service /etc/systemd/system/syndeia-cloud.service
...