Hello,
I have a problem with running kaltura services.
Currently I run Kaltura via docker image and I need to start Kaltura services manually.
I developed small script to run all necessary daemons:
service httpd start
service kaltura-sphinx start
service mysqld start
service red5 start
service kaltura-nginx start
service kaltura-batch start
Is in Kaltura any service about I forgot ? Or is here any way to start them automatically ?