ops_training_vm icon indicating copy to clipboard operation
ops_training_vm copied to clipboard

Move start-confluent.sh logic to init scripts

Open alexlod opened this issue 9 years ago • 0 comments

Currently all Confluent-related services are started via start-confluent.sh, which is installed in /vagrant/configfiles/start-confluent.sh.

This logic should be moved into one or many init scripts.

Without init scripts, all Confluent services aren't started automatically when the VM boots. Instead, they need to be started manually by running: bash /vagrant/configfiles/start-confluent.sh.

alexlod avatar Mar 11 '16 23:03 alexlod