[sr-dev] [kamailio/kamailio] Kamailio failed to autostart on reboot with MySQL database (#925)

Fyodor notifications at github.com
Fri Mar 3 04:07:00 CET 2017


For others: this worked for me

```
cp /lib/systemd/system/kamailio.service /etc/systemd/system/kamailio.service
vi /etc/systemd/system/kamailio.service
```
change `After=network.target` to `After=mysql.service`
```
systemctl reenable kamailio.service
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/925#issuecomment-283852781
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20170302/bc4edb9a/attachment.html>


More information about the sr-dev mailing list