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.
Asked
Active
Viewed 587 times
1 Answers
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
-
Thank you so much for you help, I appreciate it, :)! – UsernameGoesHere1 Aug 03 '18 at 20:43