Starting Kaltura services

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 ?

Hi,

All Kaltura daemons are configured to run at init by calling the chkconfig command.
You can see it with:
[root@ce-csi ~]# chkconfig --list |grep kaltura
kaltura-batch 0:off 1:off 2:on 3:on 4:on 5:on 6:off
kaltura-monit 0:off 1:off 2:on 3:on 4:on 5:on 6:off
kaltura-nginx 0:off 1:off 2:on 3:on 4:on 5:on 6:off
kaltura-populate 0:off 1:off 2:on 3:on 4:on 5:on 6:off
kaltura-sphinx 0:off 1:off 2:on 3:on 4:on 5:on 6:off

So, kaltura-populate and memcached are missing from your list above, as far as the output goes, it should have “3:on” for each such daemon.