-1

I am trying to start the Kamailio Service on Ubuntu when the system boots. I have tried using the commands "service kamailio enable" and "systemctl enable kamailio.service," but the service still does not start on boot. Any help would be appreciated, thank you and have a great one.

1 Answers1

1

To start or stop kamailo service:

systemctl start kamailio
systemctl stop kamailio

To configure a service to run at startup :

sudo update-rc.d kamailio defaults
sudo update-rc.d kamailio enable
Deepak
  • 1,070
  • 13
  • 10