...
1. From your installation of Syndeia Cloud, copy the syndeia-cloud.single-node_cassandra.service
systemd .service file from <syndeia-cloud-home>/confbin/init/systemd/
to /etc/systemd/system/
as syndeia-cloud.service
, ie: sudo cp
</opt/icx/syndeia-cloud-
home>/conf3.2/bin
./init/systemd
/syndeia-cloud.single-node_cassandra.service /etc/systemd/system/syndeia-cloud.service
...
1. From your installation of Syndeia Cloud, copy the syndeia-cloud.multi-node_cassandra.service
systemd .service file from <syndeia-cloud-home>/confbin/
to init/systemd
//etc/systemd/system/
as syndeia-cloud.service
, ie: sudo cp
</opt/icx/syndeia-cloud-
home>/conf3.2/bin/init/systemd/
syndeia-cloud.multi-node_cassandra.service /etc/systemd/system/syndeia-cloud.service
...
1. From your installation of Syndeia Cloud, copy the syndeia-cloud.init_script.bash
LSB-compliant, SysV, init script from <syndeia-cloud-home>/bin/init/confSysV/
to /etc/init.d/
as syndeia-cloud
, ie: sudo cp
</opt/icx/syndeia-cloud-
home>/conf3.2/bin/init/SysV/
syndeia-cloud.init_script.bash /etc/init.d/syndeia-cloud
.
...