If you have followed the installation instructions, then, the database
and coturn will start on boot, however, kurento and tomcat will not.
To make kurento start on boot: sudo systemctl enable kurento-media-server
And to make tomcat4 start on boot, you need first to add the following
lines after #!/bin/sh
### BEGIN INIT INFO
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
### END INIT INFO
And then: sudo systemctl enable tomcat4
On 1/25/21 10:40 AM, Maxim Solodovnik wrote:
Hello,
autostart depends on your OS
If you have Ubuntu you can use this command:
http://manpages.ubuntu.com/manpages/bionic/man8/update-rc.d.8.html
and most probably this one
https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units
:))
On Mon, 25 Jan 2021 at 14:18, Alvaro <[email protected]
<mailto:[email protected]>> wrote:
Thanks Soper, but you and any other user must to have
present that without the wonderful job of Maxim, about
OpenMeetings, i couldn't make any tutorial :)
Alvaro
..................
El lun, 25-01-2021 a las 07:37 +0100, Soper Certus escribió:
Hello to all,
I would like to say thanks Alvaro Bustos for the excellent
tutorial that allowed me to install openmmetings in a very easy way
Now, I have a question: starting the server the "tomcat3" and
"kms" services do not start automatically, could someone help me?
Thanks in advance.
--
Best regards,
Maxim